Html Css Color HEX #F415B1 Spicy Pink

📋 copy color: '#F415B1'

red 244 ◦ green 21 ◦ blue 177

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

Shades of Spicy Pink #F415B1

Tints of Spicy Pink #F415B1

RGB

 RED value IS 244 (95.7% from 255) = 55.2%

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

 BLUE value IS 177 (69.53% from 255) = 40.05%

R = 55.2%
G = 4.75%
B = 40.05%

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

#F415B1 (or 0xF415B1) is known color: Spicy Pink. HEX triplet: F4, 15 and B1. RGB value is (244,21,177). Sum of RGB (Red+Green+Blue) = 244+21+177=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F415B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F415B1 is #0BEA4E. Grayscale: #696969. Windows color (decimal): -780879 or 11605492. OLE color: 11605492.

HSL color Cylindrical-coordinate representation of color #F415B1: hue angle of 318.03º degrees, saturation: 0.91, 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 #F415B1 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 21 177 -
CMYK 0 0.91 0.27 0.04
HSL 318.03º 0.91% 0.52% -
HSV(B) 318.03º 0.91% 0.96% -
XYZ 45.51 22.94 43.62 -
YUV 105.46 168.38 226.82 -
System Red Green Blue C M Y K H S L
Decimal 244 21 177 0 0.91 0.27 0.04 318.03 0.91 0.52
Hex F4 15 B1 0 5B 1B 4 13E 5B 34
Octal 364 25 261 0 133 33 4 476 133 64
Binary 11110100 10101 10110001 0 1011011 11011 100 100111110 1011011 110100

Color Harmonies of #F415B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F415B1

Black with #F415B1

Text Example


Text Example

White with #F415B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F415B1; }

 p { color: rgb(244,21,177); }

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

background-color css

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

 a { background-color: rgb(244,21,177); }

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

border-color css

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

 span { border-color: rgb(244,21,177); }

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