Html Css Color HEX #F014BA Shocking Pink

📋 copy color: '#F014BA'

red 240 ◦ green 20 ◦ blue 186

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

Shades of Shocking Pink #F014BA

Tints of Shocking Pink #F014BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.48%

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 53.81%
G = 4.48%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F014BA (or 0xF014BA) is known color: Shocking Pink. HEX triplet: F0, 14 and BA. RGB value is (240,20,186). Sum of RGB (Red+Green+Blue) = 240+20+186=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F014BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014BA is #0FEB45. Grayscale: #686868. Windows color (decimal): -1043270 or 12195056. OLE color: 12195056.

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

Color convert

RGB 240 20 186 -
CMYK 0 0.92 0.22 0.06
HSL 314.73º 0.88% 0.51% -
HSV(B) 314.73º 0.92% 0.94% -
XYZ 45.05 22.57 48.44 -
YUV 104.7 173.89 224.5 -
System Red Green Blue C M Y K H S L
Decimal 240 20 186 0 0.92 0.22 0.06 314.73 0.88 0.51
Hex F0 14 BA 0 5C 16 6 13B 58 33
Octal 360 24 272 0 134 26 6 473 130 63
Binary 11110000 10100 10111010 0 1011100 10110 110 100111011 1011000 110011

Color Harmonies of #F014BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014BA

Black with #F014BA

Text Example


Text Example

White with #F014BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014BA; }

 p { color: rgb(240,20,186); }

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

background-color css

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

 a { background-color: rgb(240,20,186); }

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

border-color css

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

 span { border-color: rgb(240,20,186); }

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