Html Css Color HEX #F53EE2 Razzle Dazzle Rose

📋 copy color: '#F53EE2'

red 245 ◦ green 62 ◦ blue 226

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

Shades of Razzle Dazzle Rose #F53EE2

Tints of Razzle Dazzle Rose #F53EE2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.63%

 BLUE value IS 226 (88.67% from 255) = 42.4%

R = 45.97%
G = 11.63%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F53EE2 (or 0xF53EE2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3E and E2. RGB value is (245,62,226). Sum of RGB (Red+Green+Blue) = 245+62+226=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 62 (24.61% from 255 or 11.63% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F53EE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53EE2 is #0AC11D. Grayscale: #868686. Windows color (decimal): -704798 or 14827253. OLE color: 14827253.

HSL color Cylindrical-coordinate representation of color #F53EE2: hue angle of 306.23º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53EE2 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 62 226 -
CMYK 0 0.75 0.08 0.04
HSL 306.23º 0.9% 0.6% -
HSV(B) 306.23º 0.75% 0.96% -
XYZ 53.11 28.35 74.62 -
YUV 135.41 179.13 206.16 -
System Red Green Blue C M Y K H S L
Decimal 245 62 226 0 0.75 0.08 0.04 306.23 0.9 0.6
Hex F5 3E E2 0 4B 8 4 132 5A 3C
Octal 365 76 342 0 113 10 4 462 132 74
Binary 11110101 111110 11100010 0 1001011 1000 100 100110010 1011010 111100

Color Harmonies of #F53EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53EE2

Black with #F53EE2

Text Example


Text Example

White with #F53EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53EE2; }

 p { color: rgb(245,62,226); }

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

background-color css

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

 a { background-color: rgb(245,62,226); }

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

border-color css

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

 span { border-color: rgb(245,62,226); }

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