Html Css Color HEX #F720DD Razzle Dazzle Rose

📋 copy color: '#F720DD'

red 247 ◦ green 32 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F720DD

Tints of Razzle Dazzle Rose #F720DD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.4%

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

R = 49.4%
G = 6.4%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F720DD (or 0xF720DD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 20 and DD. RGB value is (247,32,221). Sum of RGB (Red+Green+Blue) = 247+32+221=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F720DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F720DD is #08DF22. Grayscale: #757575. Windows color (decimal): -581411 or 14491895. OLE color: 14491895.

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

Color convert

RGB 247 32 221 -
CMYK 0 0.87 0.11 0.03
HSL 307.26º 0.93% 0.55% -
HSV(B) 307.26º 0.87% 0.97% -
XYZ 51.93 26.03 70.69 -
YUV 117.83 186.23 220.13 -
System Red Green Blue C M Y K H S L
Decimal 247 32 221 0 0.87 0.11 0.03 307.26 0.93 0.55
Hex F7 20 DD 0 57 B 3 133 5D 37
Octal 367 40 335 0 127 13 3 463 135 67
Binary 11110111 100000 11011101 0 1010111 1011 11 100110011 1011101 110111

Color Harmonies of #F720DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F720DD

Black with #F720DD

Text Example


Text Example

White with #F720DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F720DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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