Html Css Color HEX #F013BE Shocking Pink

📋 copy color: '#F013BE'

red 240 ◦ green 19 ◦ blue 190

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

Shades of Shocking Pink #F013BE

Tints of Shocking Pink #F013BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.23%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 53.45%
G = 4.23%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F013BE (or 0xF013BE) is known color: Shocking Pink. HEX triplet: F0, 13 and BE. RGB value is (240,19,190). Sum of RGB (Red+Green+Blue) = 240+19+190=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F013BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013BE is #0FEC41. Grayscale: #686868. Windows color (decimal): -1043522 or 12456944. OLE color: 12456944.

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

Color convert

RGB 240 19 190 -
CMYK 0 0.92 0.21 0.06
HSL 313.57º 0.88% 0.51% -
HSV(B) 313.57º 0.92% 0.94% -
XYZ 45.46 22.71 50.7 -
YUV 104.57 176.22 224.6 -
System Red Green Blue C M Y K H S L
Decimal 240 19 190 0 0.92 0.21 0.06 313.57 0.88 0.51
Hex F0 13 BE 0 5C 15 6 13A 58 33
Octal 360 23 276 0 134 25 6 472 130 63
Binary 11110000 10011 10111110 0 1011100 10101 110 100111010 1011000 110011

Color Harmonies of #F013BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013BE

Black with #F013BE

Text Example


Text Example

White with #F013BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013BE; }

 p { color: rgb(240,19,190); }

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

background-color css

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

 a { background-color: rgb(240,19,190); }

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

border-color css

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

 span { border-color: rgb(240,19,190); }

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