Html Css Color HEX #F014BC Shocking Pink

📋 copy color: '#F014BC'

red 240 ◦ green 20 ◦ blue 188

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

Shades of Shocking Pink #F014BC

Tints of Shocking Pink #F014BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 53.57%
G = 4.46%
B = 41.96%

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

#F014BC (or 0xF014BC) is known color: Shocking Pink. HEX triplet: F0, 14 and BC. RGB value is (240,20,188). Sum of RGB (Red+Green+Blue) = 240+20+188=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F014BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014BC is #0FEB43. Grayscale: #686868. Windows color (decimal): -1043268 or 12326128. OLE color: 12326128.

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

Color convert

RGB 240 20 188 -
CMYK 0 0.92 0.22 0.06
HSL 314.18º 0.88% 0.51% -
HSV(B) 314.18º 0.92% 0.94% -
XYZ 45.26 22.66 49.56 -
YUV 104.93 174.89 224.34 -
System Red Green Blue C M Y K H S L
Decimal 240 20 188 0 0.92 0.22 0.06 314.18 0.88 0.51
Hex F0 14 BC 0 5C 16 6 13A 58 33
Octal 360 24 274 0 134 26 6 472 130 63
Binary 11110000 10100 10111100 0 1011100 10110 110 100111010 1011000 110011

Color Harmonies of #F014BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014BC

Black with #F014BC

Text Example


Text Example

White with #F014BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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