Html Css Color HEX #F51BA7 Spicy Pink

📋 copy color: '#F51BA7'

red 245 ◦ green 27 ◦ blue 167

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

Shades of Spicy Pink #F51BA7

Tints of Spicy Pink #F51BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.04%

R = 55.81%
G = 6.15%
B = 38.04%

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

#F51BA7 (or 0xF51BA7) is known color: Spicy Pink. HEX triplet: F5, 1B and A7. RGB value is (245,27,167). Sum of RGB (Red+Green+Blue) = 245+27+167=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51BA7 is #0AE458. Grayscale: #6B6B6B. Windows color (decimal): -713817 or 10951669. OLE color: 10951669.

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

Color convert

RGB 245 27 167 -
CMYK 0 0.89 0.32 0.04
HSL 321.47º 0.92% 0.53% -
HSV(B) 321.47º 0.89% 0.96% -
XYZ 45.02 22.99 38.62 -
YUV 108.14 161.22 225.62 -
System Red Green Blue C M Y K H S L
Decimal 245 27 167 0 0.89 0.32 0.04 321.47 0.92 0.53
Hex F5 1B A7 0 59 20 4 141 5C 35
Octal 365 33 247 0 131 40 4 501 134 65
Binary 11110101 11011 10100111 0 1011001 100000 100 101000001 1011100 110101

Color Harmonies of #F51BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51BA7

Black with #F51BA7

Text Example


Text Example

White with #F51BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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