Html Css Color HEX #F994BF Shocking

📋 copy color: '#F994BF'

red 249 ◦ green 148 ◦ blue 191

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

Shades of Shocking #F994BF

Tints of Shocking #F994BF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.17%

 BLUE value IS 191 (75% from 255) = 32.48%

R = 42.35%
G = 25.17%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F994BF (or 0xF994BF) is known color: Shocking. HEX triplet: F9, 94 and BF. RGB value is (249,148,191). Sum of RGB (Red+Green+Blue) = 249+148+191=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F994BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994BF is #066B40. Grayscale: #B7B7B7. Windows color (decimal): -420673 or 12555513. OLE color: 12555513.

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

Color convert

RGB 249 148 191 -
CMYK 0 0.41 0.23 0.02
HSL 334.46º 0.89% 0.78% -
HSV(B) 334.46º 0.41% 0.98% -
XYZ 59.06 45.08 54.88 -
YUV 183.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 249 148 191 0 0.41 0.23 0.02 334.46 0.89 0.78
Hex F9 94 BF 0 29 17 2 14E 59 4E
Octal 371 224 277 0 51 27 2 516 131 116
Binary 11111001 10010100 10111111 0 101001 10111 10 101001110 1011001 1001110

Color Harmonies of #F994BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994BF

Black with #F994BF

Text Example


Text Example

White with #F994BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994BF; }

 p { color: rgb(249,148,191); }

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

background-color css

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

 a { background-color: rgb(249,148,191); }

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

border-color css

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

 span { border-color: rgb(249,148,191); }

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