Html Css Color HEX #F993BC Shocking

📋 copy color: '#F993BC'

red 249 ◦ green 147 ◦ blue 188

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

Shades of Shocking #F993BC

Tints of Shocking #F993BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.17%

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

R = 42.64%
G = 25.17%
B = 32.19%

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

#F993BC (or 0xF993BC) is known color: Shocking. HEX triplet: F9, 93 and BC. RGB value is (249,147,188). Sum of RGB (Red+Green+Blue) = 249+147+188=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F993BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993BC is #066C43. Grayscale: #B6B6B6. Windows color (decimal): -420932 or 12358649. OLE color: 12358649.

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

Color convert

RGB 249 147 188 -
CMYK 0 0.41 0.24 0.02
HSL 335.88º 0.89% 0.78% -
HSV(B) 335.88º 0.41% 0.98% -
XYZ 58.58 44.64 53.11 -
YUV 182.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 249 147 188 0 0.41 0.24 0.02 335.88 0.89 0.78
Hex F9 93 BC 0 29 18 2 150 59 4E
Octal 371 223 274 0 51 30 2 520 131 116
Binary 11111001 10010011 10111100 0 101001 11000 10 101010000 1011001 1001110

Color Harmonies of #F993BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993BC

Black with #F993BC

Text Example


Text Example

White with #F993BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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