Html Css Color HEX #F51BAF Spicy Pink

📋 copy color: '#F51BAF'

red 245 ◦ green 27 ◦ blue 175

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

Shades of Spicy Pink #F51BAF

Tints of Spicy Pink #F51BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 54.81%
G = 6.04%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F51BAF (or 0xF51BAF) is known color: Spicy Pink. HEX triplet: F5, 1B and AF. RGB value is (245,27,175). Sum of RGB (Red+Green+Blue) = 245+27+175=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51BAF is #0AE450. Grayscale: #6C6C6C. Windows color (decimal): -713809 or 11475957. OLE color: 11475957.

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

Color convert

RGB 245 27 175 -
CMYK 0 0.89 0.29 0.04
HSL 319.27º 0.92% 0.53% -
HSV(B) 319.27º 0.89% 0.96% -
XYZ 45.79 23.29 42.64 -
YUV 109.05 165.22 224.97 -
System Red Green Blue C M Y K H S L
Decimal 245 27 175 0 0.89 0.29 0.04 319.27 0.92 0.53
Hex F5 1B AF 0 59 1D 4 13F 5C 35
Octal 365 33 257 0 131 35 4 477 134 65
Binary 11110101 11011 10101111 0 1011001 11101 100 100111111 1011100 110101

Color Harmonies of #F51BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51BAF

Black with #F51BAF

Text Example


Text Example

White with #F51BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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