Html Css Color HEX #F53DCC Razzle Dazzle Rose

📋 copy color: '#F53DCC'

red 245 ◦ green 61 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F53DCC

Tints of Razzle Dazzle Rose #F53DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 48.04%
G = 11.96%
B = 40%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F53DCC (or 0xF53DCC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3D and CC. RGB value is (245,61,204). Sum of RGB (Red+Green+Blue) = 245+61+204=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 61 (24.22% from 255 or 11.96% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53DCC is #0AC233. Grayscale: #838383. Windows color (decimal): -705076 or 13385205. OLE color: 13385205.

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

Color convert

RGB 245 61 204 -
CMYK 0 0.75 0.17 0.04
HSL 313.37º 0.9% 0.6% -
HSV(B) 313.37º 0.75% 0.96% -
XYZ 50.22 27.11 59.71 -
YUV 132.32 168.46 208.37 -
System Red Green Blue C M Y K H S L
Decimal 245 61 204 0 0.75 0.17 0.04 313.37 0.9 0.6
Hex F5 3D CC 0 4B 11 4 139 5A 3C
Octal 365 75 314 0 113 21 4 471 132 74
Binary 11110101 111101 11001100 0 1001011 10001 100 100111001 1011010 111100

Color Harmonies of #F53DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53DCC

Black with #F53DCC

Text Example


Text Example

White with #F53DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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