Html Css Color HEX #F842CE Razzle Dazzle Rose

📋 copy color: '#F842CE'

red 248 ◦ green 66 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F842CE

Tints of Razzle Dazzle Rose #F842CE

RGB

 RED value IS 248 (97.27% from 255) = 47.69%

 GREEN value IS 66 (26.17% from 255) = 12.69%

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

R = 47.69%
G = 12.69%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F842CE (or 0xF842CE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 42 and CE. RGB value is (248,66,206). Sum of RGB (Red+Green+Blue) = 248+66+206=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F842CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F842CE is #07BD31. Grayscale: #888888. Windows color (decimal): -507186 or 13517560. OLE color: 13517560.

HSL color Cylindrical-coordinate representation of color #F842CE: hue angle of 313.85º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F842CE is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 66 206 -
CMYK 0 0.73 0.17 0.03
HSL 313.85º 0.93% 0.62% -
HSV(B) 313.85º 0.73% 0.97% -
XYZ 51.8 28.31 61.13 -
YUV 136.38 167.3 207.62 -
System Red Green Blue C M Y K H S L
Decimal 248 66 206 0 0.73 0.17 0.03 313.85 0.93 0.62
Hex F8 42 CE 0 49 11 3 13A 5D 3E
Octal 370 102 316 0 111 21 3 472 135 76
Binary 11111000 1000010 11001110 0 1001001 10001 11 100111010 1011101 111110

Color Harmonies of #F842CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F842CE

Black with #F842CE

Text Example


Text Example

White with #F842CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F842CE; }

 p { color: rgb(248,66,206); }

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

background-color css

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

 a { background-color: rgb(248,66,206); }

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

border-color css

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

 span { border-color: rgb(248,66,206); }

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