Html Css Color HEX #F71EDD Razzle Dazzle Rose

📋 copy color: '#F71EDD'

red 247 ◦ green 30 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F71EDD

Tints of Razzle Dazzle Rose #F71EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 49.6%
G = 6.02%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F71EDD (or 0xF71EDD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1E and DD. RGB value is (247,30,221). Sum of RGB (Red+Green+Blue) = 247+30+221=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 30 (12.11% from 255 or 6.02% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71EDD is #08E122. Grayscale: #747474. Windows color (decimal): -581923 or 14491383. OLE color: 14491383.

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

Color convert

RGB 247 30 221 -
CMYK 0 0.88 0.11 0.03
HSL 307.19º 0.93% 0.54% -
HSV(B) 307.19º 0.88% 0.97% -
XYZ 51.87 25.92 70.68 -
YUV 116.66 186.89 220.97 -
System Red Green Blue C M Y K H S L
Decimal 247 30 221 0 0.88 0.11 0.03 307.19 0.93 0.54
Hex F7 1E DD 0 58 B 3 133 5D 36
Octal 367 36 335 0 130 13 3 463 135 66
Binary 11110111 11110 11011101 0 1011000 1011 11 100110011 1011101 110110

Color Harmonies of #F71EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71EDD

Black with #F71EDD

Text Example


Text Example

White with #F71EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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