Html Css Color HEX #F01ADC Shocking Pink

📋 copy color: '#F01ADC'

red 240 ◦ green 26 ◦ blue 220

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

Shades of Shocking Pink #F01ADC

Tints of Shocking Pink #F01ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 49.38%
G = 5.35%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F01ADC (or 0xF01ADC) is known color: Shocking Pink. HEX triplet: F0, 1A and DC. RGB value is (240,26,220). Sum of RGB (Red+Green+Blue) = 240+26+220=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 26 (10.55% from 255 or 5.35% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ADC is #0FE523. Grayscale: #6F6F6F. Windows color (decimal): -1041700 or 14424816. OLE color: 14424816.

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

Color convert

RGB 240 26 220 -
CMYK 0 0.89 0.08 0.06
HSL 305.61º 0.88% 0.52% -
HSV(B) 305.61º 0.89% 0.94% -
XYZ 49.22 24.43 69.83 -
YUV 112.1 188.9 219.23 -
System Red Green Blue C M Y K H S L
Decimal 240 26 220 0 0.89 0.08 0.06 305.61 0.88 0.52
Hex F0 1A DC 0 59 8 6 132 58 34
Octal 360 32 334 0 131 10 6 462 130 64
Binary 11110000 11010 11011100 0 1011001 1000 110 100110010 1011000 110100

Color Harmonies of #F01ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01ADC

Black with #F01ADC

Text Example


Text Example

White with #F01ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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