Html Css Color HEX #F53AD2 Razzle Dazzle Rose

📋 copy color: '#F53AD2'

red 245 ◦ green 58 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F53AD2

Tints of Razzle Dazzle Rose #F53AD2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.31%

 BLUE value IS 210 (82.42% from 255) = 40.94%

R = 47.76%
G = 11.31%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F53AD2 (or 0xF53AD2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3A and D2. RGB value is (245,58,210). Sum of RGB (Red+Green+Blue) = 245+58+210=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 58 (23.05% from 255 or 11.31% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53AD2 is #0AC52D. Grayscale: #828282. Windows color (decimal): -705838 or 13777653. OLE color: 13777653.

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

Color convert

RGB 245 58 210 -
CMYK 0 0.76 0.14 0.04
HSL 311.23º 0.9% 0.59% -
HSV(B) 311.23º 0.76% 0.96% -
XYZ 50.8 27.09 63.52 -
YUV 131.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 245 58 210 0 0.76 0.14 0.04 311.23 0.9 0.59
Hex F5 3A D2 0 4C E 4 137 5A 3B
Octal 365 72 322 0 114 16 4 467 132 73
Binary 11110101 111010 11010010 0 1001100 1110 100 100110111 1011010 111011

Color Harmonies of #F53AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53AD2

Black with #F53AD2

Text Example


Text Example

White with #F53AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53AD2; }

 p { color: rgb(245,58,210); }

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

background-color css

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

 a { background-color: rgb(245,58,210); }

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

border-color css

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

 span { border-color: rgb(245,58,210); }

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