Html Css Color HEX #F015B9 Shocking Pink

📋 copy color: '#F015B9'

red 240 ◦ green 21 ◦ blue 185

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

Shades of Shocking Pink #F015B9

Tints of Shocking Pink #F015B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 53.81%
G = 4.71%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F015B9 (or 0xF015B9) is known color: Shocking Pink. HEX triplet: F0, 15 and B9. RGB value is (240,21,185). Sum of RGB (Red+Green+Blue) = 240+21+185=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F015B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015B9 is #0FEA46. Grayscale: #686868. Windows color (decimal): -1043015 or 12129776. OLE color: 12129776.

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

Color convert

RGB 240 21 185 -
CMYK 0 0.91 0.23 0.06
HSL 315.07º 0.88% 0.51% -
HSV(B) 315.07º 0.91% 0.94% -
XYZ 44.96 22.56 47.88 -
YUV 105.18 173.05 224.16 -
System Red Green Blue C M Y K H S L
Decimal 240 21 185 0 0.91 0.23 0.06 315.07 0.88 0.51
Hex F0 15 B9 0 5B 17 6 13B 58 33
Octal 360 25 271 0 133 27 6 473 130 63
Binary 11110000 10101 10111001 0 1011011 10111 110 100111011 1011000 110011

Color Harmonies of #F015B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015B9

Black with #F015B9

Text Example


Text Example

White with #F015B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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