Html Css Color HEX #F53FDC Razzle Dazzle Rose

📋 copy color: '#F53FDC'

red 245 ◦ green 63 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F53FDC

Tints of Razzle Dazzle Rose #F53FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 11.93%

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

R = 46.4%
G = 11.93%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F53FDC (or 0xF53FDC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and DC. RGB value is (245,63,220). Sum of RGB (Red+Green+Blue) = 245+63+220=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 63 (25% from 255 or 11.93% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FDC is #0AC023. Grayscale: #868686. Windows color (decimal): -704548 or 14434293. OLE color: 14434293.

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

Color convert

RGB 245 63 220 -
CMYK 0 0.74 0.10 0.04
HSL 308.24º 0.9% 0.6% -
HSV(B) 308.24º 0.74% 0.96% -
XYZ 52.35 28.13 70.38 -
YUV 135.32 175.8 206.23 -
System Red Green Blue C M Y K H S L
Decimal 245 63 220 0 0.74 0.10 0.04 308.24 0.9 0.6
Hex F5 3F DC 0 4A A 4 134 5A 3C
Octal 365 77 334 0 112 12 4 464 132 74
Binary 11110101 111111 11011100 0 1001010 1010 100 100110100 1011010 111100

Color Harmonies of #F53FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FDC

Black with #F53FDC

Text Example


Text Example

White with #F53FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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