Html Css Color HEX #F811D1 Shocking Pink

📋 copy color: '#F811D1'

red 248 ◦ green 17 ◦ blue 209

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

Shades of Shocking Pink #F811D1

Tints of Shocking Pink #F811D1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.59%

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 52.32%
G = 3.59%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F811D1 (or 0xF811D1) is known color: Shocking Pink. HEX triplet: F8, 11 and D1. RGB value is (248,17,209). Sum of RGB (Red+Green+Blue) = 248+17+209=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 17 (7.03% from 255 or 3.59% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F811D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F811D1 is #07EE2E. Grayscale: #6B6B6B. Windows color (decimal): -519727 or 13701624. OLE color: 13701624.

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

Color convert

RGB 248 17 209 -
CMYK 0 0.93 0.16 0.03
HSL 310.13º 0.94% 0.52% -
HSV(B) 310.13º 0.93% 0.97% -
XYZ 50.42 24.96 62.48 -
YUV 107.96 185.03 227.89 -
System Red Green Blue C M Y K H S L
Decimal 248 17 209 0 0.93 0.16 0.03 310.13 0.94 0.52
Hex F8 11 D1 0 5D 10 3 136 5E 34
Octal 370 21 321 0 135 20 3 466 136 64
Binary 11111000 10001 11010001 0 1011101 10000 11 100110110 1011110 110100

Color Harmonies of #F811D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F811D1

Black with #F811D1

Text Example


Text Example

White with #F811D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F811D1; }

 p { color: rgb(248,17,209); }

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

background-color css

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

 a { background-color: rgb(248,17,209); }

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

border-color css

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

 span { border-color: rgb(248,17,209); }

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