Html Css Color HEX #F72EDD Razzle Dazzle Rose

📋 copy color: '#F72EDD'

red 247 ◦ green 46 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F72EDD

Tints of Razzle Dazzle Rose #F72EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.95%

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

R = 48.05%
G = 8.95%
B = 43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F72EDD (or 0xF72EDD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2E and DD. RGB value is (247,46,221). Sum of RGB (Red+Green+Blue) = 247+46+221=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 46 (18.36% from 255 or 8.95% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F72EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72EDD is #08D122. Grayscale: #7D7D7D. Windows color (decimal): -577827 or 14495479. OLE color: 14495479.

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

Color convert

RGB 247 46 221 -
CMYK 0 0.81 0.11 0.03
HSL 307.76º 0.93% 0.57% -
HSV(B) 307.76º 0.81% 0.97% -
XYZ 52.39 26.95 70.85 -
YUV 126.05 181.59 214.27 -
System Red Green Blue C M Y K H S L
Decimal 247 46 221 0 0.81 0.11 0.03 307.76 0.93 0.57
Hex F7 2E DD 0 51 B 3 134 5D 39
Octal 367 56 335 0 121 13 3 464 135 71
Binary 11110111 101110 11011101 0 1010001 1011 11 100110100 1011101 111001

Color Harmonies of #F72EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72EDD

Black with #F72EDD

Text Example


Text Example

White with #F72EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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