Html Css Color HEX #F315AB Spicy Pink

📋 copy color: '#F315AB'

red 243 ◦ green 21 ◦ blue 171

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

Shades of Spicy Pink #F315AB

Tints of Spicy Pink #F315AB

RGB

 RED value IS 243 (95.31% from 255) = 55.86%

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

 BLUE value IS 171 (67.19% from 255) = 39.31%

R = 55.86%
G = 4.83%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F315AB (or 0xF315AB) is known color: Spicy Pink. HEX triplet: F3, 15 and AB. RGB value is (243,21,171). Sum of RGB (Red+Green+Blue) = 243+21+171=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F315AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F315AB is #0CEA54. Grayscale: #686868. Windows color (decimal): -846421 or 11212275. OLE color: 11212275.

HSL color Cylindrical-coordinate representation of color #F315AB: hue angle of 319.46º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F315AB is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 21 171 -
CMYK 0 0.91 0.30 0.05
HSL 319.46º 0.9% 0.52% -
HSV(B) 319.46º 0.91% 0.95% -
XYZ 44.58 22.53 40.53 -
YUV 104.48 165.55 226.8 -
System Red Green Blue C M Y K H S L
Decimal 243 21 171 0 0.91 0.30 0.05 319.46 0.9 0.52
Hex F3 15 AB 0 5B 1E 5 13F 5A 34
Octal 363 25 253 0 133 36 5 477 132 64
Binary 11110011 10101 10101011 0 1011011 11110 101 100111111 1011010 110100

Color Harmonies of #F315AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F315AB

Black with #F315AB

Text Example


Text Example

White with #F315AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F315AB; }

 p { color: rgb(243,21,171); }

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

background-color css

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

 a { background-color: rgb(243,21,171); }

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

border-color css

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

 span { border-color: rgb(243,21,171); }

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