Html Css Color HEX #F01AD3 Shocking Pink

📋 copy color: '#F01AD3'

red 240 ◦ green 26 ◦ blue 211

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

Shades of Shocking Pink #F01AD3

Tints of Shocking Pink #F01AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.23%

R = 50.31%
G = 5.45%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F01AD3 (or 0xF01AD3) is known color: Shocking Pink. HEX triplet: F0, 1A and D3. RGB value is (240,26,211). Sum of RGB (Red+Green+Blue) = 240+26+211=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F01AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01AD3 is #0FE52C. Grayscale: #6E6E6E. Windows color (decimal): -1041709 or 13834992. OLE color: 13834992.

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

Color convert

RGB 240 26 211 -
CMYK 0 0.89 0.12 0.06
HSL 308.13º 0.88% 0.52% -
HSV(B) 308.13º 0.89% 0.94% -
XYZ 48.06 23.97 63.72 -
YUV 111.08 184.4 219.96 -
System Red Green Blue C M Y K H S L
Decimal 240 26 211 0 0.89 0.12 0.06 308.13 0.88 0.52
Hex F0 1A D3 0 59 C 6 134 58 34
Octal 360 32 323 0 131 14 6 464 130 64
Binary 11110000 11010 11010011 0 1011001 1100 110 100110100 1011000 110100

Color Harmonies of #F01AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01AD3

Black with #F01AD3

Text Example


Text Example

White with #F01AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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