Html Css Color HEX #F53FBA Razzle Dazzle Rose

📋 copy color: '#F53FBA'

red 245 ◦ green 63 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F53FBA

Tints of Razzle Dazzle Rose #F53FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.75%

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

R = 49.6%
G = 12.75%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F53FBA (or 0xF53FBA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and BA. RGB value is (245,63,186). Sum of RGB (Red+Green+Blue) = 245+63+186=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FBA is #0AC045. Grayscale: #838383. Windows color (decimal): -704582 or 12206069. OLE color: 12206069.

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

Color convert

RGB 245 63 186 -
CMYK 0 0.74 0.24 0.04
HSL 319.45º 0.9% 0.6% -
HSV(B) 319.45º 0.74% 0.96% -
XYZ 48.3 26.51 49.03 -
YUV 131.44 158.8 209 -
System Red Green Blue C M Y K H S L
Decimal 245 63 186 0 0.74 0.24 0.04 319.45 0.9 0.6
Hex F5 3F BA 0 4A 18 4 13F 5A 3C
Octal 365 77 272 0 112 30 4 477 132 74
Binary 11110101 111111 10111010 0 1001010 11000 100 100111111 1011010 111100

Color Harmonies of #F53FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FBA

Black with #F53FBA

Text Example


Text Example

White with #F53FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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