Html Css Color HEX #F53EDC Razzle Dazzle Rose

📋 copy color: '#F53EDC'

red 245 ◦ green 62 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F53EDC

Tints of Razzle Dazzle Rose #F53EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 46.49%
G = 11.76%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F53EDC (or 0xF53EDC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3E and DC. RGB value is (245,62,220). Sum of RGB (Red+Green+Blue) = 245+62+220=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 62 (24.61% from 255 or 11.76% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F53EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53EDC is #0AC123. Grayscale: #868686. Windows color (decimal): -704804 or 14434037. OLE color: 14434037.

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

Color convert

RGB 245 62 220 -
CMYK 0 0.75 0.10 0.04
HSL 308.2º 0.9% 0.6% -
HSV(B) 308.2º 0.75% 0.96% -
XYZ 52.3 28.03 70.36 -
YUV 134.73 176.13 206.65 -
System Red Green Blue C M Y K H S L
Decimal 245 62 220 0 0.75 0.10 0.04 308.2 0.9 0.6
Hex F5 3E DC 0 4B A 4 134 5A 3C
Octal 365 76 334 0 113 12 4 464 132 74
Binary 11110101 111110 11011100 0 1001011 1010 100 100110100 1011010 111100

Color Harmonies of #F53EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53EDC

Black with #F53EDC

Text Example


Text Example

White with #F53EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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