Html Css Color HEX #F911C9 Shocking Pink

📋 copy color: '#F911C9'

red 249 ◦ green 17 ◦ blue 201

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

Shades of Shocking Pink #F911C9

Tints of Shocking Pink #F911C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.04%

R = 53.32%
G = 3.64%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F911C9 (or 0xF911C9) is known color: Shocking Pink. HEX triplet: F9, 11 and C9. RGB value is (249,17,201). Sum of RGB (Red+Green+Blue) = 249+17+201=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F911C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911C9 is #06EE36. Grayscale: #6A6A6A. Windows color (decimal): -454199 or 13177337. OLE color: 13177337.

HSL color Cylindrical-coordinate representation of color #F911C9: hue angle of 312.41º 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 #F911C9 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 17 201 -
CMYK 0 0.93 0.19 0.02
HSL 312.41º 0.95% 0.52% -
HSV(B) 312.41º 0.93% 0.98% -
XYZ 49.81 24.76 57.41 -
YUV 107.34 180.86 229.04 -
System Red Green Blue C M Y K H S L
Decimal 249 17 201 0 0.93 0.19 0.02 312.41 0.95 0.52
Hex F9 11 C9 0 5D 13 2 138 5F 34
Octal 371 21 311 0 135 23 2 470 137 64
Binary 11111001 10001 11001001 0 1011101 10011 10 100111000 1011111 110100

Color Harmonies of #F911C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911C9

Black with #F911C9

Text Example


Text Example

White with #F911C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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