Html Css Color HEX #F53CDC Razzle Dazzle Rose

📋 copy color: '#F53CDC'

red 245 ◦ green 60 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F53CDC

Tints of Razzle Dazzle Rose #F53CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.43%

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

R = 46.67%
G = 11.43%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F53CDC (or 0xF53CDC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and DC. RGB value is (245,60,220). Sum of RGB (Red+Green+Blue) = 245+60+220=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 60 (23.83% from 255 or 11.43% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CDC is #0AC323. Grayscale: #858585. Windows color (decimal): -705316 or 14433525. OLE color: 14433525.

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

Color convert

RGB 245 60 220 -
CMYK 0 0.76 0.10 0.04
HSL 308.11º 0.9% 0.6% -
HSV(B) 308.11º 0.76% 0.96% -
XYZ 52.19 27.81 70.33 -
YUV 133.56 176.79 207.49 -
System Red Green Blue C M Y K H S L
Decimal 245 60 220 0 0.76 0.10 0.04 308.11 0.9 0.6
Hex F5 3C DC 0 4C A 4 134 5A 3C
Octal 365 74 334 0 114 12 4 464 132 74
Binary 11110101 111100 11011100 0 1001100 1010 100 100110100 1011010 111100

Color Harmonies of #F53CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CDC

Black with #F53CDC

Text Example


Text Example

White with #F53CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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