Html Css Color HEX #F80DB4 Shocking Pink

📋 copy color: '#F80DB4'

red 248 ◦ green 13 ◦ blue 180

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

Shades of Shocking Pink #F80DB4

Tints of Shocking Pink #F80DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.82%

R = 56.24%
G = 2.95%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F80DB4 (or 0xF80DB4) is known color: Shocking Pink. HEX triplet: F8, 0D and B4. RGB value is (248,13,180). Sum of RGB (Red+Green+Blue) = 248+13+180=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DB4 is #07F24B. Grayscale: #656565. Windows color (decimal): -520780 or 11800056. OLE color: 11800056.

HSL color Cylindrical-coordinate representation of color #F80DB4: hue angle of 317.36º 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 #F80DB4 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 13 180 -
CMYK 0 0.95 0.27 0.03
HSL 317.36º 0.94% 0.51% -
HSV(B) 317.36º 0.95% 0.97% -
XYZ 47.09 23.54 45.24 -
YUV 102.3 171.86 231.92 -
System Red Green Blue C M Y K H S L
Decimal 248 13 180 0 0.95 0.27 0.03 317.36 0.94 0.51
Hex F8 D B4 0 5F 1B 3 13D 5E 33
Octal 370 15 264 0 137 33 3 475 136 63
Binary 11111000 1101 10110100 0 1011111 11011 11 100111101 1011110 110011

Color Harmonies of #F80DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DB4

Black with #F80DB4

Text Example


Text Example

White with #F80DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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