Html Css Color HEX #F215B3 Spicy Pink

📋 copy color: '#F215B3'

red 242 ◦ green 21 ◦ blue 179

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

Shades of Spicy Pink #F215B3

Tints of Spicy Pink #F215B3

RGB

 RED value IS 242 (94.92% from 255) = 54.75%

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

 BLUE value IS 179 (70.31% from 255) = 40.5%

R = 54.75%
G = 4.75%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F215B3 (or 0xF215B3) is known color: Spicy Pink. HEX triplet: F2, 15 and B3. RGB value is (242,21,179). Sum of RGB (Red+Green+Blue) = 242+21+179=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F215B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215B3 is #0DEA4C. Grayscale: #686868. Windows color (decimal): -911949 or 11736562. OLE color: 11736562.

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

Color convert

RGB 242 21 179 -
CMYK 0 0.91 0.26 0.05
HSL 317.1º 0.89% 0.52% -
HSV(B) 317.1º 0.91% 0.95% -
XYZ 45.02 22.67 44.65 -
YUV 105.09 169.72 225.65 -
System Red Green Blue C M Y K H S L
Decimal 242 21 179 0 0.91 0.26 0.05 317.1 0.89 0.52
Hex F2 15 B3 0 5B 1A 5 13D 59 34
Octal 362 25 263 0 133 32 5 475 131 64
Binary 11110010 10101 10110011 0 1011011 11010 101 100111101 1011001 110100

Color Harmonies of #F215B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215B3

Black with #F215B3

Text Example


Text Example

White with #F215B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215B3; }

 p { color: rgb(242,21,179); }

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

background-color css

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

 a { background-color: rgb(242,21,179); }

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

border-color css

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

 span { border-color: rgb(242,21,179); }

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