Html Css Color HEX #F249CC Razzle Dazzle Rose

📋 copy color: '#F249CC'

red 242 ◦ green 73 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F249CC

Tints of Razzle Dazzle Rose #F249CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 46.63%
G = 14.07%
B = 39.31%

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

#F249CC (or 0xF249CC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 49 and CC. RGB value is (242,73,204). Sum of RGB (Red+Green+Blue) = 242+73+204=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F249CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249CC is #0DB633. Grayscale: #8A8A8A. Windows color (decimal): -898612 or 13388274. OLE color: 13388274.

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

Color convert

RGB 242 73 204 -
CMYK 0 0.70 0.16 0.05
HSL 313.49º 0.87% 0.62% -
HSV(B) 313.49º 0.7% 0.95% -
XYZ 49.9 28 59.9 -
YUV 138.47 164.99 201.85 -
System Red Green Blue C M Y K H S L
Decimal 242 73 204 0 0.70 0.16 0.05 313.49 0.87 0.62
Hex F2 49 CC 0 46 10 5 139 57 3E
Octal 362 111 314 0 106 20 5 471 127 76
Binary 11110010 1001001 11001100 0 1000110 10000 101 100111001 1010111 111110

Color Harmonies of #F249CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F249CC

Black with #F249CC

Text Example


Text Example

White with #F249CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F249CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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