Html Css Color HEX #F51BA5 Spicy Pink

📋 copy color: '#F51BA5'

red 245 ◦ green 27 ◦ blue 165

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

Shades of Spicy Pink #F51BA5

Tints of Spicy Pink #F51BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.76%

R = 56.06%
G = 6.18%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F51BA5 (or 0xF51BA5) is known color: Spicy Pink. HEX triplet: F5, 1B and A5. RGB value is (245,27,165). Sum of RGB (Red+Green+Blue) = 245+27+165=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51BA5 is #0AE45A. Grayscale: #6B6B6B. Windows color (decimal): -713819 or 10820597. OLE color: 10820597.

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

Color convert

RGB 245 27 165 -
CMYK 0 0.89 0.33 0.04
HSL 322.02º 0.92% 0.53% -
HSV(B) 322.02º 0.89% 0.96% -
XYZ 44.84 22.91 37.66 -
YUV 107.91 160.22 225.78 -
System Red Green Blue C M Y K H S L
Decimal 245 27 165 0 0.89 0.33 0.04 322.02 0.92 0.53
Hex F5 1B A5 0 59 21 4 142 5C 35
Octal 365 33 245 0 131 41 4 502 134 65
Binary 11110101 11011 10100101 0 1011001 100001 100 101000010 1011100 110101

Color Harmonies of #F51BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51BA5

Black with #F51BA5

Text Example


Text Example

White with #F51BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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