Html Css Color HEX #F51BA6 Spicy Pink

📋 copy color: '#F51BA6'

red 245 ◦ green 27 ◦ blue 166

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

Shades of Spicy Pink #F51BA6

Tints of Spicy Pink #F51BA6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.16%

 BLUE value IS 166 (65.23% from 255) = 37.9%

R = 55.94%
G = 6.16%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F51BA6 (or 0xF51BA6) is known color: Spicy Pink. HEX triplet: F5, 1B and A6. RGB value is (245,27,166). Sum of RGB (Red+Green+Blue) = 245+27+166=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51BA6 is #0AE459. Grayscale: #6B6B6B. Windows color (decimal): -713818 or 10886133. OLE color: 10886133.

HSL color Cylindrical-coordinate representation of color #F51BA6: hue angle of 321.74º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51BA6 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 27 166 -
CMYK 0 0.89 0.32 0.04
HSL 321.74º 0.92% 0.53% -
HSV(B) 321.74º 0.89% 0.96% -
XYZ 44.93 22.95 38.14 -
YUV 108.03 160.72 225.7 -
System Red Green Blue C M Y K H S L
Decimal 245 27 166 0 0.89 0.32 0.04 321.74 0.92 0.53
Hex F5 1B A6 0 59 20 4 142 5C 35
Octal 365 33 246 0 131 40 4 502 134 65
Binary 11110101 11011 10100110 0 1011001 100000 100 101000010 1011100 110101

Color Harmonies of #F51BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51BA6

Black with #F51BA6

Text Example


Text Example

White with #F51BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51BA6; }

 p { color: rgb(245,27,166); }

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

background-color css

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

 a { background-color: rgb(245,27,166); }

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

border-color css

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

 span { border-color: rgb(245,27,166); }

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