Html Css Color HEX #F80DB3 Shocking Pink

📋 copy color: '#F80DB3'

red 248 ◦ green 13 ◦ blue 179

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

Shades of Shocking Pink #F80DB3

Tints of Shocking Pink #F80DB3

RGB

 RED value IS 248 (97.27% from 255) = 56.36%

 GREEN value IS 13 (5.47% from 255) = 2.95%

 BLUE value IS 179 (70.31% from 255) = 40.68%

R = 56.36%
G = 2.95%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F80DB3 (or 0xF80DB3) is known color: Shocking Pink. HEX triplet: F8, 0D and B3. RGB value is (248,13,179). Sum of RGB (Red+Green+Blue) = 248+13+179=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DB3 is #07F24C. Grayscale: #656565. Windows color (decimal): -520781 or 11734520. OLE color: 11734520.

HSL color Cylindrical-coordinate representation of color #F80DB3: hue angle of 317.62º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80DB3 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 13 179 -
CMYK 0 0.95 0.28 0.03
HSL 317.62º 0.94% 0.51% -
HSV(B) 317.62º 0.95% 0.97% -
XYZ 46.99 23.5 44.71 -
YUV 102.19 171.36 232 -
System Red Green Blue C M Y K H S L
Decimal 248 13 179 0 0.95 0.28 0.03 317.62 0.94 0.51
Hex F8 D B3 0 5F 1C 3 13E 5E 33
Octal 370 15 263 0 137 34 3 476 136 63
Binary 11111000 1101 10110011 0 1011111 11100 11 100111110 1011110 110011

Color Harmonies of #F80DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DB3

Black with #F80DB3

Text Example


Text Example

White with #F80DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DB3; }

 p { color: rgb(248,13,179); }

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

background-color css

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

 a { background-color: rgb(248,13,179); }

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

border-color css

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

 span { border-color: rgb(248,13,179); }

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