Html Css Color HEX #F911CC Shocking Pink

📋 copy color: '#F911CC'

red 249 ◦ green 17 ◦ blue 204

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

Shades of Shocking Pink #F911CC

Tints of Shocking Pink #F911CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 52.98%
G = 3.62%
B = 43.4%

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

#F911CC (or 0xF911CC) is known color: Shocking Pink. HEX triplet: F9, 11 and CC. RGB value is (249,17,204). Sum of RGB (Red+Green+Blue) = 249+17+204=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F911CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911CC is #06EE33. Grayscale: #6B6B6B. Windows color (decimal): -454196 or 13373945. OLE color: 13373945.

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

Color convert

RGB 249 17 204 -
CMYK 0 0.93 0.18 0.02
HSL 311.64º 0.95% 0.52% -
HSV(B) 311.64º 0.93% 0.98% -
XYZ 50.17 24.9 59.29 -
YUV 107.69 182.36 228.79 -
System Red Green Blue C M Y K H S L
Decimal 249 17 204 0 0.93 0.18 0.02 311.64 0.95 0.52
Hex F9 11 CC 0 5D 12 2 138 5F 34
Octal 371 21 314 0 135 22 2 470 137 64
Binary 11111001 10001 11001100 0 1011101 10010 10 100111000 1011111 110100

Color Harmonies of #F911CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911CC

Black with #F911CC

Text Example


Text Example

White with #F911CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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