Html Css Color HEX #F53EDE Razzle Dazzle Rose

📋 copy color: '#F53EDE'

red 245 ◦ green 62 ◦ blue 222

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

Shades of Razzle Dazzle Rose #F53EDE

Tints of Razzle Dazzle Rose #F53EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.97%

R = 46.31%
G = 11.72%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F53EDE (or 0xF53EDE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3E and DE. RGB value is (245,62,222). Sum of RGB (Red+Green+Blue) = 245+62+222=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 62 (24.61% from 255 or 11.72% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F53EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53EDE is #0AC121. Grayscale: #868686. Windows color (decimal): -704802 or 14565109. OLE color: 14565109.

HSL color Cylindrical-coordinate representation of color #F53EDE: hue angle of 307.54º 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 #F53EDE is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 62 222 -
CMYK 0 0.75 0.09 0.04
HSL 307.54º 0.9% 0.6% -
HSV(B) 307.54º 0.75% 0.96% -
XYZ 52.56 28.13 71.77 -
YUV 134.96 177.13 206.49 -
System Red Green Blue C M Y K H S L
Decimal 245 62 222 0 0.75 0.09 0.04 307.54 0.9 0.6
Hex F5 3E DE 0 4B 9 4 134 5A 3C
Octal 365 76 336 0 113 11 4 464 132 74
Binary 11110101 111110 11011110 0 1001011 1001 100 100110100 1011010 111100

Color Harmonies of #F53EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53EDE

Black with #F53EDE

Text Example


Text Example

White with #F53EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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