Html Css Color HEX #F019BB Shocking Pink

📋 copy color: '#F019BB'

red 240 ◦ green 25 ◦ blue 187

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

Shades of Shocking Pink #F019BB

Tints of Shocking Pink #F019BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 53.1%
G = 5.53%
B = 41.37%

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

#F019BB (or 0xF019BB) is known color: Shocking Pink. HEX triplet: F0, 19 and BB. RGB value is (240,25,187). Sum of RGB (Red+Green+Blue) = 240+25+187=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F019BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019BB is #0FE644. Grayscale: #6B6B6B. Windows color (decimal): -1041989 or 12261872. OLE color: 12261872.

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

Color convert

RGB 240 25 187 -
CMYK 0 0.90 0.22 0.06
HSL 314.79º 0.88% 0.52% -
HSV(B) 314.79º 0.9% 0.94% -
XYZ 45.25 22.81 49.03 -
YUV 107.75 172.73 222.33 -
System Red Green Blue C M Y K H S L
Decimal 240 25 187 0 0.90 0.22 0.06 314.79 0.88 0.52
Hex F0 19 BB 0 5A 16 6 13B 58 34
Octal 360 31 273 0 132 26 6 473 130 64
Binary 11110000 11001 10111011 0 1011010 10110 110 100111011 1011000 110100

Color Harmonies of #F019BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019BB

Black with #F019BB

Text Example


Text Example

White with #F019BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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