Html Css Color HEX #F72FE5 Razzle Dazzle Rose

📋 copy color: '#F72FE5'

red 247 ◦ green 47 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F72FE5

Tints of Razzle Dazzle Rose #F72FE5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.99%

 BLUE value IS 229 (89.84% from 255) = 43.79%

R = 47.23%
G = 8.99%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F72FE5 (or 0xF72FE5) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2F and E5. RGB value is (247,47,229). Sum of RGB (Red+Green+Blue) = 247+47+229=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 47 (18.75% from 255 or 8.99% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F72FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72FE5 is #08D01A. Grayscale: #7F7F7F. Windows color (decimal): -577563 or 15020023. OLE color: 15020023.

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

Color convert

RGB 247 47 229 -
CMYK 0 0.81 0.07 0.03
HSL 305.4º 0.93% 0.58% -
HSV(B) 305.4º 0.81% 0.97% -
XYZ 53.52 27.46 76.61 -
YUV 127.55 185.26 213.2 -
System Red Green Blue C M Y K H S L
Decimal 247 47 229 0 0.81 0.07 0.03 305.4 0.93 0.58
Hex F7 2F E5 0 51 7 3 131 5D 3A
Octal 367 57 345 0 121 7 3 461 135 72
Binary 11110111 101111 11100101 0 1010001 111 11 100110001 1011101 111010

Color Harmonies of #F72FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72FE5

Black with #F72FE5

Text Example


Text Example

White with #F72FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72FE5; }

 p { color: rgb(247,47,229); }

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

background-color css

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

 a { background-color: rgb(247,47,229); }

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

border-color css

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

 span { border-color: rgb(247,47,229); }

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