Html Css Color HEX #F53CBA Razzle Dazzle Rose

📋 copy color: '#F53CBA'

red 245 ◦ green 60 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F53CBA

Tints of Razzle Dazzle Rose #F53CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.22%

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 49.9%
G = 12.22%
B = 37.88%

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

#F53CBA (or 0xF53CBA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and BA. RGB value is (245,60,186). Sum of RGB (Red+Green+Blue) = 245+60+186=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CBA is #0AC345. Grayscale: #818181. Windows color (decimal): -705350 or 12205301. OLE color: 12205301.

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

Color convert

RGB 245 60 186 -
CMYK 0 0.76 0.24 0.04
HSL 319.14º 0.9% 0.6% -
HSV(B) 319.14º 0.76% 0.96% -
XYZ 48.13 26.19 48.97 -
YUV 129.68 159.79 210.25 -
System Red Green Blue C M Y K H S L
Decimal 245 60 186 0 0.76 0.24 0.04 319.14 0.9 0.6
Hex F5 3C BA 0 4C 18 4 13F 5A 3C
Octal 365 74 272 0 114 30 4 477 132 74
Binary 11110101 111100 10111010 0 1001100 11000 100 100111111 1011010 111100

Color Harmonies of #F53CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CBA

Black with #F53CBA

Text Example


Text Example

White with #F53CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CBA; }

 p { color: rgb(245,60,186); }

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

background-color css

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

 a { background-color: rgb(245,60,186); }

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

border-color css

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

 span { border-color: rgb(245,60,186); }

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