Html Css Color HEX #F992BC Shocking

📋 copy color: '#F992BC'

red 249 ◦ green 146 ◦ blue 188

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

Shades of Shocking #F992BC

Tints of Shocking #F992BC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.04%

 BLUE value IS 188 (73.83% from 255) = 32.25%

R = 42.71%
G = 25.04%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F992BC (or 0xF992BC) is known color: Shocking. HEX triplet: F9, 92 and BC. RGB value is (249,146,188). Sum of RGB (Red+Green+Blue) = 249+146+188=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F992BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992BC is #066D43. Grayscale: #B5B5B5. Windows color (decimal): -421188 or 12358393. OLE color: 12358393.

HSL color Cylindrical-coordinate representation of color #F992BC: hue angle of 335.53º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992BC is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 146 188 -
CMYK 0 0.41 0.24 0.02
HSL 335.53º 0.9% 0.77% -
HSV(B) 335.53º 0.41% 0.98% -
XYZ 58.42 44.33 53.05 -
YUV 181.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 249 146 188 0 0.41 0.24 0.02 335.53 0.9 0.77
Hex F9 92 BC 0 29 18 2 150 5A 4D
Octal 371 222 274 0 51 30 2 520 132 115
Binary 11111001 10010010 10111100 0 101001 11000 10 101010000 1011010 1001101

Color Harmonies of #F992BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992BC

Black with #F992BC

Text Example


Text Example

White with #F992BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992BC; }

 p { color: rgb(249,146,188); }

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

background-color css

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

 a { background-color: rgb(249,146,188); }

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

border-color css

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

 span { border-color: rgb(249,146,188); }

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