Html Css Color HEX #F51DDB Razzle Dazzle Rose

📋 copy color: '#F51DDB'

red 245 ◦ green 29 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F51DDB

Tints of Razzle Dazzle Rose #F51DDB

RGB

 RED value IS 245 (96.09% from 255) = 49.7%

 GREEN value IS 29 (11.72% from 255) = 5.88%

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

R = 49.7%
G = 5.88%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F51DDB (or 0xF51DDB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1D and DB. RGB value is (245,29,219). Sum of RGB (Red+Green+Blue) = 245+29+219=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 29 (11.72% from 255 or 5.88% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F51DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51DDB is #0AE224. Grayscale: #727272. Windows color (decimal): -713253 or 14360053. OLE color: 14360053.

HSL color Cylindrical-coordinate representation of color #F51DDB: hue angle of 307.22º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51DDB is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 29 219 -
CMYK 0 0.88 0.11 0.04
HSL 307.22º 0.92% 0.54% -
HSV(B) 307.22º 0.88% 0.96% -
XYZ 50.88 25.41 69.24 -
YUV 115.24 186.56 220.55 -
System Red Green Blue C M Y K H S L
Decimal 245 29 219 0 0.88 0.11 0.04 307.22 0.92 0.54
Hex F5 1D DB 0 58 B 4 133 5C 36
Octal 365 35 333 0 130 13 4 463 134 66
Binary 11110101 11101 11011011 0 1011000 1011 100 100110011 1011100 110110

Color Harmonies of #F51DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51DDB

Black with #F51DDB

Text Example


Text Example

White with #F51DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51DDB; }

 p { color: rgb(245,29,219); }

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

background-color css

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

 a { background-color: rgb(245,29,219); }

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

border-color css

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

 span { border-color: rgb(245,29,219); }

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