Html Css Color HEX #F71EDC Razzle Dazzle Rose

📋 copy color: '#F71EDC'

red 247 ◦ green 30 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F71EDC

Tints of Razzle Dazzle Rose #F71EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 49.7%
G = 6.04%
B = 44.27%

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

#F71EDC (or 0xF71EDC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1E and DC. RGB value is (247,30,220). Sum of RGB (Red+Green+Blue) = 247+30+220=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 30 (12.11% from 255 or 6.04% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71EDC is #08E123. Grayscale: #747474. Windows color (decimal): -581924 or 14425847. OLE color: 14425847.

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

Color convert

RGB 247 30 220 -
CMYK 0 0.88 0.11 0.03
HSL 307.47º 0.93% 0.54% -
HSV(B) 307.47º 0.88% 0.97% -
XYZ 51.74 25.87 69.98 -
YUV 116.54 186.39 221.05 -
System Red Green Blue C M Y K H S L
Decimal 247 30 220 0 0.88 0.11 0.03 307.47 0.93 0.54
Hex F7 1E DC 0 58 B 3 133 5D 36
Octal 367 36 334 0 130 13 3 463 135 66
Binary 11110111 11110 11011100 0 1011000 1011 11 100110011 1011101 110110

Color Harmonies of #F71EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71EDC

Black with #F71EDC

Text Example


Text Example

White with #F71EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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