Html Css Color HEX #F014B6 Shocking Pink

📋 copy color: '#F014B6'

red 240 ◦ green 20 ◦ blue 182

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

Shades of Shocking Pink #F014B6

Tints of Shocking Pink #F014B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.18%

R = 54.3%
G = 4.52%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F014B6 (or 0xF014B6) is known color: Shocking Pink. HEX triplet: F0, 14 and B6. RGB value is (240,20,182). Sum of RGB (Red+Green+Blue) = 240+20+182=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F014B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014B6 is #0FEB49. Grayscale: #676767. Windows color (decimal): -1043274 or 11932912. OLE color: 11932912.

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

Color convert

RGB 240 20 182 -
CMYK 0 0.92 0.24 0.06
HSL 315.82º 0.88% 0.51% -
HSV(B) 315.82º 0.92% 0.94% -
XYZ 44.63 22.4 46.23 -
YUV 104.25 171.89 224.83 -
System Red Green Blue C M Y K H S L
Decimal 240 20 182 0 0.92 0.24 0.06 315.82 0.88 0.51
Hex F0 14 B6 0 5C 18 6 13C 58 33
Octal 360 24 266 0 134 30 6 474 130 63
Binary 11110000 10100 10110110 0 1011100 11000 110 100111100 1011000 110011

Color Harmonies of #F014B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014B6

Black with #F014B6

Text Example


Text Example

White with #F014B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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