Html Css Color HEX #F016B4 Shocking Pink

📋 copy color: '#F016B4'

red 240 ◦ green 22 ◦ blue 180

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

Shades of Shocking Pink #F016B4

Tints of Shocking Pink #F016B4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.98%

 BLUE value IS 180 (70.7% from 255) = 40.72%

R = 54.3%
G = 4.98%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F016B4 (or 0xF016B4) is known color: Shocking Pink. HEX triplet: F0, 16 and B4. RGB value is (240,22,180). Sum of RGB (Red+Green+Blue) = 240+22+180=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F016B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016B4 is #0FE94B. Grayscale: #686868. Windows color (decimal): -1042764 or 11802352. OLE color: 11802352.

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

Color convert

RGB 240 22 180 -
CMYK 0 0.91 0.25 0.06
HSL 316.51º 0.88% 0.51% -
HSV(B) 316.51º 0.91% 0.94% -
XYZ 44.46 22.39 45.16 -
YUV 105.19 170.22 224.15 -
System Red Green Blue C M Y K H S L
Decimal 240 22 180 0 0.91 0.25 0.06 316.51 0.88 0.51
Hex F0 16 B4 0 5B 19 6 13D 58 33
Octal 360 26 264 0 133 31 6 475 130 63
Binary 11110000 10110 10110100 0 1011011 11001 110 100111101 1011000 110011

Color Harmonies of #F016B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F016B4

Black with #F016B4

Text Example


Text Example

White with #F016B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F016B4; }

 p { color: rgb(240,22,180); }

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

background-color css

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

 a { background-color: rgb(240,22,180); }

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

border-color css

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

 span { border-color: rgb(240,22,180); }

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