Html Css Color HEX #F249CB Razzle Dazzle Rose

📋 copy color: '#F249CB'

red 242 ◦ green 73 ◦ blue 203

#F249CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F249CB

Tints of Razzle Dazzle Rose #F249CB

RGB

 RED value IS 242 (94.92% from 255) = 46.72%

 GREEN value IS 73 (28.91% from 255) = 14.09%

 BLUE value IS 203 (79.69% from 255) = 39.19%

R = 46.72%
G = 14.09%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F249CB (or 0xF249CB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 49 and CB. RGB value is (242,73,203). Sum of RGB (Red+Green+Blue) = 242+73+203=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F249CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249CB is #0DB634. Grayscale: #8A8A8A. Windows color (decimal): -898613 or 13322738. OLE color: 13322738.

HSL color Cylindrical-coordinate representation of color #F249CB: hue angle of 313.85º 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 #F249CB is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 203 -
CMYK 0 0.70 0.16 0.05
HSL 313.85º 0.87% 0.62% -
HSV(B) 313.85º 0.7% 0.95% -
XYZ 49.78 27.95 59.27 -
YUV 138.35 164.49 201.93 -
System Red Green Blue C M Y K H S L
Decimal 242 73 203 0 0.70 0.16 0.05 313.85 0.87 0.62
Hex F2 49 CB 0 46 10 5 13A 57 3E
Octal 362 111 313 0 106 20 5 472 127 76
Binary 11110010 1001001 11001011 0 1000110 10000 101 100111010 1010111 111110

Color Harmonies of #F249CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F249CB

Black with #F249CB

Text Example


Text Example

White with #F249CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F249CB; }

 p { color: rgb(242,73,203); }

 H1.HeaderClassName
 {
   color: #F249CB;
 }
 .AnyTagClassName
 {
   color: #F249CB;
 }
</style>

background-color css

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

 a { background-color: rgb(242,73,203); }

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

border-color css

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

 span { border-color: rgb(242,73,203); }

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