Html Css Color HEX #F53ABB Razzle Dazzle Rose

📋 copy color: '#F53ABB'

red 245 ◦ green 58 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F53ABB

Tints of Razzle Dazzle Rose #F53ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 50%
G = 11.84%
B = 38.16%

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

#F53ABB (or 0xF53ABB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3A and BB. RGB value is (245,58,187). Sum of RGB (Red+Green+Blue) = 245+58+187=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F53ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53ABB is #0AC544. Grayscale: #808080. Windows color (decimal): -705861 or 12270325. OLE color: 12270325.

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

Color convert

RGB 245 58 187 -
CMYK 0 0.76 0.24 0.04
HSL 318.61º 0.9% 0.59% -
HSV(B) 318.61º 0.76% 0.96% -
XYZ 48.14 26.03 49.5 -
YUV 128.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 245 58 187 0 0.76 0.24 0.04 318.61 0.9 0.59
Hex F5 3A BB 0 4C 18 4 13F 5A 3B
Octal 365 72 273 0 114 30 4 477 132 73
Binary 11110101 111010 10111011 0 1001100 11000 100 100111111 1011010 111011

Color Harmonies of #F53ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53ABB

Black with #F53ABB

Text Example


Text Example

White with #F53ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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