Html Css Color HEX #F71EE1 Razzle Dazzle Rose

📋 copy color: '#F71EE1'

red 247 ◦ green 30 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F71EE1

Tints of Razzle Dazzle Rose #F71EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.82%

R = 49.2%
G = 5.98%
B = 44.82%

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

#F71EE1 (or 0xF71EE1) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1E and E1. RGB value is (247,30,225). Sum of RGB (Red+Green+Blue) = 247+30+225=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 30 (12.11% from 255 or 5.98% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71EE1 is #08E11E. Grayscale: #747474. Windows color (decimal): -581919 or 14753527. OLE color: 14753527.

HSL color Cylindrical-coordinate representation of color #F71EE1: hue angle of 306.08º 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 #F71EE1 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 30 225 -
CMYK 0 0.88 0.09 0.03
HSL 306.08º 0.93% 0.54% -
HSV(B) 306.08º 0.88% 0.97% -
XYZ 52.41 26.14 73.52 -
YUV 117.11 188.89 220.64 -
System Red Green Blue C M Y K H S L
Decimal 247 30 225 0 0.88 0.09 0.03 306.08 0.93 0.54
Hex F7 1E E1 0 58 9 3 132 5D 36
Octal 367 36 341 0 130 11 3 462 135 66
Binary 11110111 11110 11100001 0 1011000 1001 11 100110010 1011101 110110

Color Harmonies of #F71EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71EE1

Black with #F71EE1

Text Example


Text Example

White with #F71EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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