Html Css Color HEX #F53DC0 Razzle Dazzle Rose

📋 copy color: '#F53DC0'

red 245 ◦ green 61 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F53DC0

Tints of Razzle Dazzle Rose #F53DC0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.25%

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 49.2%
G = 12.25%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F53DC0 (or 0xF53DC0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3D and C0. RGB value is (245,61,192). Sum of RGB (Red+Green+Blue) = 245+61+192=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53DC0 is #0AC23F. Grayscale: #828282. Windows color (decimal): -705088 or 12598773. OLE color: 12598773.

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

Color convert

RGB 245 61 192 -
CMYK 0 0.75 0.22 0.04
HSL 317.28º 0.9% 0.6% -
HSV(B) 317.28º 0.75% 0.96% -
XYZ 48.84 26.56 52.42 -
YUV 130.95 162.46 209.35 -
System Red Green Blue C M Y K H S L
Decimal 245 61 192 0 0.75 0.22 0.04 317.28 0.9 0.6
Hex F5 3D C0 0 4B 16 4 13D 5A 3C
Octal 365 75 300 0 113 26 4 475 132 74
Binary 11110101 111101 11000000 0 1001011 10110 100 100111101 1011010 111100

Color Harmonies of #F53DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53DC0

Black with #F53DC0

Text Example


Text Example

White with #F53DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53DC0; }

 p { color: rgb(245,61,192); }

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

background-color css

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

 a { background-color: rgb(245,61,192); }

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

border-color css

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

 span { border-color: rgb(245,61,192); }

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