Html Css Color HEX #F51ADB Shocking Pink

📋 copy color: '#F51ADB'

red 245 ◦ green 26 ◦ blue 219

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

Shades of Shocking Pink #F51ADB

Tints of Shocking Pink #F51ADB

RGB

 RED value IS 245 (96.09% from 255) = 50%

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

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

R = 50%
G = 5.31%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F51ADB (or 0xF51ADB) is known color: Shocking Pink. HEX triplet: F5, 1A and DB. RGB value is (245,26,219). Sum of RGB (Red+Green+Blue) = 245+26+219=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ADB is #0AE524. Grayscale: #707070. Windows color (decimal): -714021 or 14359285. OLE color: 14359285.

HSL color Cylindrical-coordinate representation of color #F51ADB: hue angle of 307.12º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51ADB is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 26 219 -
CMYK 0 0.89 0.11 0.04
HSL 307.12º 0.92% 0.53% -
HSV(B) 307.12º 0.89% 0.96% -
XYZ 50.81 25.27 69.22 -
YUV 113.48 187.55 221.81 -
System Red Green Blue C M Y K H S L
Decimal 245 26 219 0 0.89 0.11 0.04 307.12 0.92 0.53
Hex F5 1A DB 0 59 B 4 133 5C 35
Octal 365 32 333 0 131 13 4 463 134 65
Binary 11110101 11010 11011011 0 1011001 1011 100 100110011 1011100 110101

Color Harmonies of #F51ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51ADB

Black with #F51ADB

Text Example


Text Example

White with #F51ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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