Html Css Color HEX #F515B2 Spicy Pink

📋 copy color: '#F515B2'

red 245 ◦ green 21 ◦ blue 178

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

Shades of Spicy Pink #F515B2

Tints of Spicy Pink #F515B2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.73%

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 55.18%
G = 4.73%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F515B2 (or 0xF515B2) is known color: Spicy Pink. HEX triplet: F5, 15 and B2. RGB value is (245,21,178). Sum of RGB (Red+Green+Blue) = 245+21+178=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F515B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F515B2 is #0AEA4D. Grayscale: #696969. Windows color (decimal): -715342 or 11671029. OLE color: 11671029.

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

Color convert

RGB 245 21 178 -
CMYK 0 0.91 0.27 0.04
HSL 317.95º 0.92% 0.52% -
HSV(B) 317.95º 0.91% 0.96% -
XYZ 45.96 23.16 44.17 -
YUV 105.87 168.71 227.23 -
System Red Green Blue C M Y K H S L
Decimal 245 21 178 0 0.91 0.27 0.04 317.95 0.92 0.52
Hex F5 15 B2 0 5B 1B 4 13E 5C 34
Octal 365 25 262 0 133 33 4 476 134 64
Binary 11110101 10101 10110010 0 1011011 11011 100 100111110 1011100 110100

Color Harmonies of #F515B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F515B2

Black with #F515B2

Text Example


Text Example

White with #F515B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F515B2; }

 p { color: rgb(245,21,178); }

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

background-color css

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

 a { background-color: rgb(245,21,178); }

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

border-color css

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

 span { border-color: rgb(245,21,178); }

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