Html Css Color HEX #F80DBB Shocking Pink

📋 copy color: '#F80DBB'

red 248 ◦ green 13 ◦ blue 187

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

Shades of Shocking Pink #F80DBB

Tints of Shocking Pink #F80DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 55.36%
G = 2.9%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F80DBB (or 0xF80DBB) is known color: Shocking Pink. HEX triplet: F8, 0D and BB. RGB value is (248,13,187). Sum of RGB (Red+Green+Blue) = 248+13+187=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DBB is #07F244. Grayscale: #666666. Windows color (decimal): -520773 or 12258808. OLE color: 12258808.

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

Color convert

RGB 248 13 187 -
CMYK 0 0.95 0.25 0.03
HSL 315.57º 0.94% 0.51% -
HSV(B) 315.57º 0.95% 0.97% -
XYZ 47.82 23.83 49.09 -
YUV 103.1 175.36 231.35 -
System Red Green Blue C M Y K H S L
Decimal 248 13 187 0 0.95 0.25 0.03 315.57 0.94 0.51
Hex F8 D BB 0 5F 19 3 13C 5E 33
Octal 370 15 273 0 137 31 3 474 136 63
Binary 11111000 1101 10111011 0 1011111 11001 11 100111100 1011110 110011

Color Harmonies of #F80DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DBB

Black with #F80DBB

Text Example


Text Example

White with #F80DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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