Html Css Color HEX #F72BDB Razzle Dazzle Rose

📋 copy color: '#F72BDB'

red 247 ◦ green 43 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F72BDB

Tints of Razzle Dazzle Rose #F72BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.45%

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 48.53%
G = 8.45%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F72BDB (or 0xF72BDB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2B and DB. RGB value is (247,43,219). Sum of RGB (Red+Green+Blue) = 247+43+219=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 43 (17.19% from 255 or 8.45% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F72BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72BDB is #08D424. Grayscale: #7B7B7B. Windows color (decimal): -578597 or 14363639. OLE color: 14363639.

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

Color convert

RGB 247 43 219 -
CMYK 0 0.83 0.11 0.03
HSL 308.24º 0.93% 0.57% -
HSV(B) 308.24º 0.83% 0.97% -
XYZ 52.01 26.62 69.41 -
YUV 124.06 181.59 215.69 -
System Red Green Blue C M Y K H S L
Decimal 247 43 219 0 0.83 0.11 0.03 308.24 0.93 0.57
Hex F7 2B DB 0 53 B 3 134 5D 39
Octal 367 53 333 0 123 13 3 464 135 71
Binary 11110111 101011 11011011 0 1010011 1011 11 100110100 1011101 111001

Color Harmonies of #F72BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72BDB

Black with #F72BDB

Text Example


Text Example

White with #F72BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72BDB; }

 p { color: rgb(247,43,219); }

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

background-color css

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

 a { background-color: rgb(247,43,219); }

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

border-color css

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

 span { border-color: rgb(247,43,219); }

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