Html Css Color HEX #F249CE Razzle Dazzle Rose

📋 copy color: '#F249CE'

red 242 ◦ green 73 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F249CE

Tints of Razzle Dazzle Rose #F249CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 46.45%
G = 14.01%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F249CE (or 0xF249CE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 49 and CE. RGB value is (242,73,206). Sum of RGB (Red+Green+Blue) = 242+73+206=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F249CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249CE is #0DB631. Grayscale: #8A8A8A. Windows color (decimal): -898610 or 13519346. OLE color: 13519346.

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

Color convert

RGB 242 73 206 -
CMYK 0 0.70 0.15 0.05
HSL 312.78º 0.87% 0.62% -
HSV(B) 312.78º 0.7% 0.95% -
XYZ 50.14 28.1 61.17 -
YUV 138.69 165.99 201.69 -
System Red Green Blue C M Y K H S L
Decimal 242 73 206 0 0.70 0.15 0.05 312.78 0.87 0.62
Hex F2 49 CE 0 46 F 5 139 57 3E
Octal 362 111 316 0 106 17 5 471 127 76
Binary 11110010 1001001 11001110 0 1000110 1111 101 100111001 1010111 111110

Color Harmonies of #F249CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F249CE

Black with #F249CE

Text Example


Text Example

White with #F249CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F249CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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