Html Css Color HEX #F01ADB Shocking Pink

📋 copy color: '#F01ADB'

red 240 ◦ green 26 ◦ blue 219

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

Shades of Shocking Pink #F01ADB

Tints of Shocking Pink #F01ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 49.48%
G = 5.36%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F01ADB (or 0xF01ADB) is known color: Shocking Pink. HEX triplet: F0, 1A and DB. RGB value is (240,26,219). Sum of RGB (Red+Green+Blue) = 240+26+219=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ADB is #0FE524. Grayscale: #6F6F6F. Windows color (decimal): -1041701 or 14359280. OLE color: 14359280.

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

Color convert

RGB 240 26 219 -
CMYK 0 0.89 0.09 0.06
HSL 305.89º 0.88% 0.52% -
HSV(B) 305.89º 0.89% 0.94% -
XYZ 49.09 24.38 69.14 -
YUV 111.99 188.4 219.31 -
System Red Green Blue C M Y K H S L
Decimal 240 26 219 0 0.89 0.09 0.06 305.89 0.88 0.52
Hex F0 1A DB 0 59 9 6 132 58 34
Octal 360 32 333 0 131 11 6 462 130 64
Binary 11110000 11010 11011011 0 1011001 1001 110 100110010 1011000 110100

Color Harmonies of #F01ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01ADB

Black with #F01ADB

Text Example


Text Example

White with #F01ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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