Html Css Color HEX #F019BC Shocking Pink

📋 copy color: '#F019BC'

red 240 ◦ green 25 ◦ blue 188

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

Shades of Shocking Pink #F019BC

Tints of Shocking Pink #F019BC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.52%

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

R = 52.98%
G = 5.52%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F019BC (or 0xF019BC) is known color: Shocking Pink. HEX triplet: F0, 19 and BC. RGB value is (240,25,188). Sum of RGB (Red+Green+Blue) = 240+25+188=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F019BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019BC is #0FE643. Grayscale: #6B6B6B. Windows color (decimal): -1041988 or 12327408. OLE color: 12327408.

HSL color Cylindrical-coordinate representation of color #F019BC: hue angle of 314.51º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019BC is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 25 188 -
CMYK 0 0.90 0.22 0.06
HSL 314.51º 0.88% 0.52% -
HSV(B) 314.51º 0.9% 0.94% -
XYZ 45.36 22.85 49.6 -
YUV 107.87 173.23 222.25 -
System Red Green Blue C M Y K H S L
Decimal 240 25 188 0 0.90 0.22 0.06 314.51 0.88 0.52
Hex F0 19 BC 0 5A 16 6 13B 58 34
Octal 360 31 274 0 132 26 6 473 130 64
Binary 11110000 11001 10111100 0 1011010 10110 110 100111011 1011000 110100

Color Harmonies of #F019BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019BC

Black with #F019BC

Text Example


Text Example

White with #F019BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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