Html Css Color HEX #F01ACE Shocking Pink

📋 copy color: '#F01ACE'

red 240 ◦ green 26 ◦ blue 206

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

Shades of Shocking Pink #F01ACE

Tints of Shocking Pink #F01ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 50.85%
G = 5.51%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F01ACE (or 0xF01ACE) is known color: Shocking Pink. HEX triplet: F0, 1A and CE. RGB value is (240,26,206). Sum of RGB (Red+Green+Blue) = 240+26+206=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ACE is #0FE531. Grayscale: #6E6E6E. Windows color (decimal): -1041714 or 13507312. OLE color: 13507312.

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

Color convert

RGB 240 26 206 -
CMYK 0 0.89 0.14 0.06
HSL 309.53º 0.88% 0.52% -
HSV(B) 309.53º 0.89% 0.94% -
XYZ 47.45 23.72 60.47 -
YUV 110.51 181.9 220.36 -
System Red Green Blue C M Y K H S L
Decimal 240 26 206 0 0.89 0.14 0.06 309.53 0.88 0.52
Hex F0 1A CE 0 59 E 6 136 58 34
Octal 360 32 316 0 131 16 6 466 130 64
Binary 11110000 11010 11001110 0 1011001 1110 110 100110110 1011000 110100

Color Harmonies of #F01ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01ACE

Black with #F01ACE

Text Example


Text Example

White with #F01ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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