#F248BD

Color #F248BD Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F248BD

Tints of Razzle Dazzle Rose #F248BD

Color information

#F248BD (or 0xF248BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 48 and BD. RGB value is (242,72,189). Sum of RGB (Red+Green+Blue) = 242+72+189=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F248BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F248BD is #0DB742. Grayscale: #878787. Windows color (decimal): -898883 or 12404978. OLE color: 12404978.

HSL color Cylindrical-coordinate representation of color #F248BD: hue angle of 318.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F248BD is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB24272189-
CMYK00.700.220.05
HSL318.71º86.73%61.57%-
HSV(B)318.71º70.25%94.9%-
XYZ48.1227.1950.86-
YUV136.17157.82203.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 72 (28.52% from 255) = 14.31%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=48.11%
G=14.31%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427218900.700.220.05318.7186.7361.57
HexF248BD04616513f573e
Octal362110275010626547712776
Binary1111001010010001011110101000110101101011001111111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F248BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F248BD; }

 p { color: rgb(242,72,189); }

 H1.HeaderClassName
 {
   color: #F248BD;
 }
 .AnyTagClassName
 {
   color: #F248BD;
 }
</style>
background-color css

<style>
 a { background-color: #F248BD; }

 a { background-color: rgb(242,72,189); }

 div.DivClassName
 {
   background-color: #F248BD;
 }
 .BgClassName
 {
   background-color: #F248BD;
 }
</style>
border-color css

<style>
 span { border-color: #F248BD; }

 span { border-color: rgb(242,72,189); }

 td.TdClassName
 {
   border-color: #F248BD;
 }
 .TagClassName
 {
   border-color: #F248BD;
 }
</style>