Html Css Color HEX #F53ECD Razzle Dazzle Rose

📋 copy color: '#F53ECD'

red 245 ◦ green 62 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F53ECD

Tints of Razzle Dazzle Rose #F53ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 47.85%
G = 12.11%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F53ECD (or 0xF53ECD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3E and CD. RGB value is (245,62,205). Sum of RGB (Red+Green+Blue) = 245+62+205=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 62 (24.61% from 255 or 12.11% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F53ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53ECD is #0AC132. Grayscale: #848484. Windows color (decimal): -704819 or 13450997. OLE color: 13450997.

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

Color convert

RGB 245 62 205 -
CMYK 0 0.75 0.16 0.04
HSL 313.11º 0.9% 0.6% -
HSV(B) 313.11º 0.75% 0.96% -
XYZ 50.4 27.27 60.36 -
YUV 133.02 168.63 207.87 -
System Red Green Blue C M Y K H S L
Decimal 245 62 205 0 0.75 0.16 0.04 313.11 0.9 0.6
Hex F5 3E CD 0 4B 10 4 139 5A 3C
Octal 365 76 315 0 113 20 4 471 132 74
Binary 11110101 111110 11001101 0 1001011 10000 100 100111001 1011010 111100

Color Harmonies of #F53ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53ECD

Black with #F53ECD

Text Example


Text Example

White with #F53ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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