Html Css Color HEX #F53AD1 Razzle Dazzle Rose

📋 copy color: '#F53AD1'

red 245 ◦ green 58 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F53AD1

Tints of Razzle Dazzle Rose #F53AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.82%

R = 47.85%
G = 11.33%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F53AD1 (or 0xF53AD1) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3A and D1. RGB value is (245,58,209). Sum of RGB (Red+Green+Blue) = 245+58+209=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53AD1 is #0AC52E. Grayscale: #828282. Windows color (decimal): -705839 or 13712117. OLE color: 13712117.

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

Color convert

RGB 245 58 209 -
CMYK 0 0.76 0.15 0.04
HSL 311.55º 0.9% 0.59% -
HSV(B) 311.55º 0.76% 0.96% -
XYZ 50.68 27.04 62.87 -
YUV 131.13 171.95 209.22 -
System Red Green Blue C M Y K H S L
Decimal 245 58 209 0 0.76 0.15 0.04 311.55 0.9 0.59
Hex F5 3A D1 0 4C F 4 138 5A 3B
Octal 365 72 321 0 114 17 4 470 132 73
Binary 11110101 111010 11010001 0 1001100 1111 100 100111000 1011010 111011

Color Harmonies of #F53AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53AD1

Black with #F53AD1

Text Example


Text Example

White with #F53AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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