Html Css Color HEX #F52EDB Razzle Dazzle Rose

📋 copy color: '#F52EDB'

red 245 ◦ green 46 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F52EDB

Tints of Razzle Dazzle Rose #F52EDB

RGB

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

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

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

R = 48.04%
G = 9.02%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F52EDB (or 0xF52EDB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2E and DB. RGB value is (245,46,219). Sum of RGB (Red+Green+Blue) = 245+46+219=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 46 (18.36% from 255 or 9.02% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F52EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52EDB is #0AD124. Grayscale: #7C7C7C. Windows color (decimal): -708901 or 14364405. OLE color: 14364405.

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

Color convert

RGB 245 46 219 -
CMYK 0 0.81 0.11 0.04
HSL 307.84º 0.91% 0.57% -
HSV(B) 307.84º 0.81% 0.96% -
XYZ 51.42 26.48 69.42 -
YUV 125.22 180.93 213.43 -
System Red Green Blue C M Y K H S L
Decimal 245 46 219 0 0.81 0.11 0.04 307.84 0.91 0.57
Hex F5 2E DB 0 51 B 4 134 5B 39
Octal 365 56 333 0 121 13 4 464 133 71
Binary 11110101 101110 11011011 0 1010001 1011 100 100110100 1011011 111001

Color Harmonies of #F52EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52EDB

Black with #F52EDB

Text Example


Text Example

White with #F52EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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