Html Css Color HEX #F51EDB Razzle Dazzle Rose

📋 copy color: '#F51EDB'

red 245 ◦ green 30 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F51EDB

Tints of Razzle Dazzle Rose #F51EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.07%

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

R = 49.6%
G = 6.07%
B = 44.33%

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

#F51EDB (or 0xF51EDB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1E and DB. RGB value is (245,30,219). Sum of RGB (Red+Green+Blue) = 245+30+219=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F51EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51EDB is #0AE124. Grayscale: #737373. Windows color (decimal): -712997 or 14360309. OLE color: 14360309.

HSL color Cylindrical-coordinate representation of color #F51EDB: hue angle of 307.26º degrees, saturation: 0.91, 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 #F51EDB is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 30 219 -
CMYK 0 0.88 0.11 0.04
HSL 307.26º 0.91% 0.54% -
HSV(B) 307.26º 0.88% 0.96% -
XYZ 50.91 25.46 69.25 -
YUV 115.83 186.23 220.13 -
System Red Green Blue C M Y K H S L
Decimal 245 30 219 0 0.88 0.11 0.04 307.26 0.91 0.54
Hex F5 1E DB 0 58 B 4 133 5B 36
Octal 365 36 333 0 130 13 4 463 133 66
Binary 11110101 11110 11011011 0 1011000 1011 100 100110011 1011011 110110

Color Harmonies of #F51EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51EDB

Black with #F51EDB

Text Example


Text Example

White with #F51EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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