Html Css Color HEX #F71CDD Razzle Dazzle Rose

📋 copy color: '#F71CDD'

red 247 ◦ green 28 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F71CDD

Tints of Razzle Dazzle Rose #F71CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.65%

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

R = 49.8%
G = 5.65%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F71CDD (or 0xF71CDD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1C and DD. RGB value is (247,28,221). Sum of RGB (Red+Green+Blue) = 247+28+221=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 28 (11.33% from 255 or 5.65% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CDD is #08E322. Grayscale: #727272. Windows color (decimal): -582435 or 14490871. OLE color: 14490871.

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

Color convert

RGB 247 28 221 -
CMYK 0 0.89 0.11 0.03
HSL 307.12º 0.93% 0.54% -
HSV(B) 307.12º 0.89% 0.97% -
XYZ 51.82 25.83 70.66 -
YUV 115.48 187.55 221.81 -
System Red Green Blue C M Y K H S L
Decimal 247 28 221 0 0.89 0.11 0.03 307.12 0.93 0.54
Hex F7 1C DD 0 59 B 3 133 5D 36
Octal 367 34 335 0 131 13 3 463 135 66
Binary 11110111 11100 11011101 0 1011001 1011 11 100110011 1011101 110110

Color Harmonies of #F71CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71CDD

Black with #F71CDD

Text Example


Text Example

White with #F71CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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