Html Css Color HEX #F01ABC Shocking Pink

📋 copy color: '#F01ABC'

red 240 ◦ green 26 ◦ blue 188

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

Shades of Shocking Pink #F01ABC

Tints of Shocking Pink #F01ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.73%

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

R = 52.86%
G = 5.73%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F01ABC (or 0xF01ABC) is known color: Shocking Pink. HEX triplet: F0, 1A and BC. RGB value is (240,26,188). Sum of RGB (Red+Green+Blue) = 240+26+188=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ABC is #0FE543. Grayscale: #6C6C6C. Windows color (decimal): -1041732 or 12327664. OLE color: 12327664.

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

Color convert

RGB 240 26 188 -
CMYK 0 0.89 0.22 0.06
HSL 314.58º 0.88% 0.52% -
HSV(B) 314.58º 0.89% 0.94% -
XYZ 45.38 22.89 49.6 -
YUV 108.45 172.9 221.83 -
System Red Green Blue C M Y K H S L
Decimal 240 26 188 0 0.89 0.22 0.06 314.58 0.88 0.52
Hex F0 1A BC 0 59 16 6 13B 58 34
Octal 360 32 274 0 131 26 6 473 130 64
Binary 11110000 11010 10111100 0 1011001 10110 110 100111011 1011000 110100

Color Harmonies of #F01ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01ABC

Black with #F01ABC

Text Example


Text Example

White with #F01ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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