Html Css Color HEX #F215BF Shocking Pink

📋 copy color: '#F215BF'

red 242 ◦ green 21 ◦ blue 191

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

Shades of Shocking Pink #F215BF

Tints of Shocking Pink #F215BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.07%

R = 53.3%
G = 4.63%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F215BF (or 0xF215BF) is known color: Shocking Pink. HEX triplet: F2, 15 and BF. RGB value is (242,21,191). Sum of RGB (Red+Green+Blue) = 242+21+191=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F215BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215BF is #0DEA40. Grayscale: #6A6A6A. Windows color (decimal): -911937 or 12522994. OLE color: 12522994.

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

Color convert

RGB 242 21 191 -
CMYK 0 0.91 0.21 0.05
HSL 313.85º 0.89% 0.52% -
HSV(B) 313.85º 0.91% 0.95% -
XYZ 46.29 23.18 51.32 -
YUV 106.46 175.72 224.68 -
System Red Green Blue C M Y K H S L
Decimal 242 21 191 0 0.91 0.21 0.05 313.85 0.89 0.52
Hex F2 15 BF 0 5B 15 5 13A 59 34
Octal 362 25 277 0 133 25 5 472 131 64
Binary 11110010 10101 10111111 0 1011011 10101 101 100111010 1011001 110100

Color Harmonies of #F215BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215BF

Black with #F215BF

Text Example


Text Example

White with #F215BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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