Html Css Color HEX #F015BF Shocking Pink

📋 copy color: '#F015BF'

red 240 ◦ green 21 ◦ blue 191

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

Shades of Shocking Pink #F015BF

Tints of Shocking Pink #F015BF

RGB

 RED value IS 240 (94.14% from 255) = 53.1%

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

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

R = 53.1%
G = 4.65%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F015BF (or 0xF015BF) is known color: Shocking Pink. HEX triplet: F0, 15 and BF. RGB value is (240,21,191). Sum of RGB (Red+Green+Blue) = 240+21+191=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F015BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015BF is #0FEA40. Grayscale: #696969. Windows color (decimal): -1043009 or 12522992. OLE color: 12522992.

HSL color Cylindrical-coordinate representation of color #F015BF: hue angle of 313.42º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F015BF is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 191 -
CMYK 0 0.91 0.20 0.06
HSL 313.42º 0.88% 0.51% -
HSV(B) 313.42º 0.91% 0.94% -
XYZ 45.61 22.82 51.29 -
YUV 105.86 176.05 223.68 -
System Red Green Blue C M Y K H S L
Decimal 240 21 191 0 0.91 0.20 0.06 313.42 0.88 0.51
Hex F0 15 BF 0 5B 14 6 139 58 33
Octal 360 25 277 0 133 24 6 471 130 63
Binary 11110000 10101 10111111 0 1011011 10100 110 100111001 1011000 110011

Color Harmonies of #F015BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015BF

Black with #F015BF

Text Example


Text Example

White with #F015BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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