Html Css Color HEX #F018BA Shocking Pink

📋 copy color: '#F018BA'

red 240 ◦ green 24 ◦ blue 186

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

Shades of Shocking Pink #F018BA

Tints of Shocking Pink #F018BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 53.33%
G = 5.33%
B = 41.33%

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

#F018BA (or 0xF018BA) is known color: Shocking Pink. HEX triplet: F0, 18 and BA. RGB value is (240,24,186). Sum of RGB (Red+Green+Blue) = 240+24+186=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F018BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018BA is #0FE745. Grayscale: #6A6A6A. Windows color (decimal): -1042246 or 12196080. OLE color: 12196080.

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

Color convert

RGB 240 24 186 -
CMYK 0 0.9 0.22 0.06
HSL 315º 0.88% 0.52% -
HSV(B) 315º 0.9% 0.94% -
XYZ 45.12 22.72 48.46 -
YUV 107.05 172.56 222.83 -
System Red Green Blue C M Y K H S L
Decimal 240 24 186 0 0.9 0.22 0.06 315 0.88 0.52
Hex F0 18 BA 0 5A 16 6 13B 58 34
Octal 360 30 272 0 132 26 6 473 130 64
Binary 11110000 11000 10111010 0 1011010 10110 110 100111011 1011000 110100

Color Harmonies of #F018BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018BA

Black with #F018BA

Text Example


Text Example

White with #F018BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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