Html Css Color HEX #F53AB9 Razzle Dazzle Rose

📋 copy color: '#F53AB9'

red 245 ◦ green 58 ◦ blue 185

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

Shades of Razzle Dazzle Rose #F53AB9

Tints of Razzle Dazzle Rose #F53AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.91%

R = 50.2%
G = 11.89%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F53AB9 (or 0xF53AB9) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3A and B9. RGB value is (245,58,185). Sum of RGB (Red+Green+Blue) = 245+58+185=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53AB9 is #0AC546. Grayscale: #808080. Windows color (decimal): -705863 or 12139253. OLE color: 12139253.

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

Color convert

RGB 245 58 185 -
CMYK 0 0.76 0.24 0.04
HSL 319.25º 0.9% 0.59% -
HSV(B) 319.25º 0.76% 0.96% -
XYZ 47.93 25.94 48.38 -
YUV 128.39 159.95 211.17 -
System Red Green Blue C M Y K H S L
Decimal 245 58 185 0 0.76 0.24 0.04 319.25 0.9 0.59
Hex F5 3A B9 0 4C 18 4 13F 5A 3B
Octal 365 72 271 0 114 30 4 477 132 73
Binary 11110101 111010 10111001 0 1001100 11000 100 100111111 1011010 111011

Color Harmonies of #F53AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53AB9

Black with #F53AB9

Text Example


Text Example

White with #F53AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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