Html Css Color HEX #F911D0 Shocking Pink

📋 copy color: '#F911D0'

red 249 ◦ green 17 ◦ blue 208

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

Shades of Shocking Pink #F911D0

Tints of Shocking Pink #F911D0

RGB

 RED value IS 249 (97.66% from 255) = 52.53%

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

 BLUE value IS 208 (81.64% from 255) = 43.88%

R = 52.53%
G = 3.59%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F911D0 (or 0xF911D0) is known color: Shocking Pink. HEX triplet: F9, 11 and D0. RGB value is (249,17,208). Sum of RGB (Red+Green+Blue) = 249+17+208=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 17 (7.03% from 255 or 3.59% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F911D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911D0 is #06EE2F. Grayscale: #6B6B6B. Windows color (decimal): -454192 or 13636089. OLE color: 13636089.

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

Color convert

RGB 249 17 208 -
CMYK 0 0.93 0.16 0.02
HSL 310.6º 0.95% 0.52% -
HSV(B) 310.6º 0.93% 0.98% -
XYZ 50.65 25.09 61.85 -
YUV 108.14 184.36 228.47 -
System Red Green Blue C M Y K H S L
Decimal 249 17 208 0 0.93 0.16 0.02 310.6 0.95 0.52
Hex F9 11 D0 0 5D 10 2 137 5F 34
Octal 371 21 320 0 135 20 2 467 137 64
Binary 11111001 10001 11010000 0 1011101 10000 10 100110111 1011111 110100

Color Harmonies of #F911D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911D0

Black with #F911D0

Text Example


Text Example

White with #F911D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911D0; }

 p { color: rgb(249,17,208); }

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

background-color css

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

 a { background-color: rgb(249,17,208); }

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

border-color css

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

 span { border-color: rgb(249,17,208); }

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