Html Css Color HEX #F71EE2 Razzle Dazzle Rose

📋 copy color: '#F71EE2'

red 247 ◦ green 30 ◦ blue 226

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

Shades of Razzle Dazzle Rose #F71EE2

Tints of Razzle Dazzle Rose #F71EE2

RGB

 RED value IS 247 (96.88% from 255) = 49.11%

 GREEN value IS 30 (12.11% from 255) = 5.96%

 BLUE value IS 226 (88.67% from 255) = 44.93%

R = 49.11%
G = 5.96%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F71EE2 (or 0xF71EE2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1E and E2. RGB value is (247,30,226). Sum of RGB (Red+Green+Blue) = 247+30+226=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 30 (12.11% from 255 or 5.96% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71EE2 is #08E11D. Grayscale: #747474. Windows color (decimal): -581918 or 14819063. OLE color: 14819063.

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

Color convert

RGB 247 30 226 -
CMYK 0 0.88 0.09 0.03
HSL 305.81º 0.93% 0.54% -
HSV(B) 305.81º 0.88% 0.97% -
XYZ 52.55 26.19 74.24 -
YUV 117.23 189.39 220.56 -
System Red Green Blue C M Y K H S L
Decimal 247 30 226 0 0.88 0.09 0.03 305.81 0.93 0.54
Hex F7 1E E2 0 58 9 3 132 5D 36
Octal 367 36 342 0 130 11 3 462 135 66
Binary 11110111 11110 11100010 0 1011000 1001 11 100110010 1011101 110110

Color Harmonies of #F71EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71EE2

Black with #F71EE2

Text Example


Text Example

White with #F71EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71EE2; }

 p { color: rgb(247,30,226); }

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

background-color css

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

 a { background-color: rgb(247,30,226); }

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

border-color css

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

 span { border-color: rgb(247,30,226); }

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