Html Css Color HEX #F71EDE Razzle Dazzle Rose

📋 copy color: '#F71EDE'

red 247 ◦ green 30 ◦ blue 222

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

Shades of Razzle Dazzle Rose #F71EDE

Tints of Razzle Dazzle Rose #F71EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 49.5%
G = 6.01%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F71EDE (or 0xF71EDE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1E and DE. RGB value is (247,30,222). Sum of RGB (Red+Green+Blue) = 247+30+222=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 30 (12.11% from 255 or 6.01% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71EDE is #08E121. Grayscale: #747474. Windows color (decimal): -581922 or 14556919. OLE color: 14556919.

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

Color convert

RGB 247 30 222 -
CMYK 0 0.88 0.10 0.03
HSL 306.91º 0.93% 0.54% -
HSV(B) 306.91º 0.88% 0.97% -
XYZ 52.01 25.98 71.38 -
YUV 116.77 187.39 220.89 -
System Red Green Blue C M Y K H S L
Decimal 247 30 222 0 0.88 0.10 0.03 306.91 0.93 0.54
Hex F7 1E DE 0 58 A 3 133 5D 36
Octal 367 36 336 0 130 12 3 463 135 66
Binary 11110111 11110 11011110 0 1011000 1010 11 100110011 1011101 110110

Color Harmonies of #F71EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71EDE

Black with #F71EDE

Text Example


Text Example

White with #F71EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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