Html Css Color HEX #F911CB Shocking Pink

📋 copy color: '#F911CB'

red 249 ◦ green 17 ◦ blue 203

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

Shades of Shocking Pink #F911CB

Tints of Shocking Pink #F911CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.28%

R = 53.09%
G = 3.62%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F911CB (or 0xF911CB) is known color: Shocking Pink. HEX triplet: F9, 11 and CB. RGB value is (249,17,203). Sum of RGB (Red+Green+Blue) = 249+17+203=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F911CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911CB is #06EE34. Grayscale: #6B6B6B. Windows color (decimal): -454197 or 13308409. OLE color: 13308409.

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

Color convert

RGB 249 17 203 -
CMYK 0 0.93 0.18 0.02
HSL 311.9º 0.95% 0.52% -
HSV(B) 311.9º 0.93% 0.98% -
XYZ 50.05 24.85 58.66 -
YUV 107.57 181.86 228.88 -
System Red Green Blue C M Y K H S L
Decimal 249 17 203 0 0.93 0.18 0.02 311.9 0.95 0.52
Hex F9 11 CB 0 5D 12 2 138 5F 34
Octal 371 21 313 0 135 22 2 470 137 64
Binary 11111001 10001 11001011 0 1011101 10010 10 100111000 1011111 110100

Color Harmonies of #F911CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911CB

Black with #F911CB

Text Example


Text Example

White with #F911CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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