Html Css Color HEX #F018BC Shocking Pink

📋 copy color: '#F018BC'

red 240 ◦ green 24 ◦ blue 188

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

Shades of Shocking Pink #F018BC

Tints of Shocking Pink #F018BC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.31%

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

R = 53.1%
G = 5.31%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F018BC (or 0xF018BC) is known color: Shocking Pink. HEX triplet: F0, 18 and BC. RGB value is (240,24,188). Sum of RGB (Red+Green+Blue) = 240+24+188=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F018BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018BC is #0FE743. Grayscale: #6A6A6A. Windows color (decimal): -1042244 or 12327152. OLE color: 12327152.

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

Color convert

RGB 240 24 188 -
CMYK 0 0.9 0.22 0.06
HSL 314.44º 0.88% 0.52% -
HSV(B) 314.44º 0.9% 0.94% -
XYZ 45.34 22.81 49.59 -
YUV 107.28 173.56 222.66 -
System Red Green Blue C M Y K H S L
Decimal 240 24 188 0 0.9 0.22 0.06 314.44 0.88 0.52
Hex F0 18 BC 0 5A 16 6 13A 58 34
Octal 360 30 274 0 132 26 6 472 130 64
Binary 11110000 11000 10111100 0 1011010 10110 110 100111010 1011000 110100

Color Harmonies of #F018BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018BC

Black with #F018BC

Text Example


Text Example

White with #F018BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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