Html Css Color HEX #F315B2 Spicy Pink

📋 copy color: '#F315B2'

red 243 ◦ green 21 ◦ blue 178

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

Shades of Spicy Pink #F315B2

Tints of Spicy Pink #F315B2

RGB

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

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

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

R = 54.98%
G = 4.75%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F315B2 (or 0xF315B2) is known color: Spicy Pink. HEX triplet: F3, 15 and B2. RGB value is (243,21,178). Sum of RGB (Red+Green+Blue) = 243+21+178=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F315B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F315B2 is #0CEA4D. Grayscale: #686868. Windows color (decimal): -846414 or 11671027. OLE color: 11671027.

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

Color convert

RGB 243 21 178 -
CMYK 0 0.91 0.27 0.05
HSL 317.57º 0.9% 0.52% -
HSV(B) 317.57º 0.91% 0.95% -
XYZ 45.27 22.81 44.14 -
YUV 105.28 169.05 226.23 -
System Red Green Blue C M Y K H S L
Decimal 243 21 178 0 0.91 0.27 0.05 317.57 0.9 0.52
Hex F3 15 B2 0 5B 1B 5 13E 5A 34
Octal 363 25 262 0 133 33 5 476 132 64
Binary 11110011 10101 10110010 0 1011011 11011 101 100111110 1011010 110100

Color Harmonies of #F315B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F315B2

Black with #F315B2

Text Example


Text Example

White with #F315B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F315B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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