Html Css Color HEX #F997BE Shocking

📋 copy color: '#F997BE'

red 249 ◦ green 151 ◦ blue 190

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

Shades of Shocking #F997BE

Tints of Shocking #F997BE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.59%

 BLUE value IS 190 (74.61% from 255) = 32.2%

R = 42.2%
G = 25.59%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F997BE (or 0xF997BE) is known color: Shocking. HEX triplet: F9, 97 and BE. RGB value is (249,151,190). Sum of RGB (Red+Green+Blue) = 249+151+190=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F997BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997BE is #066841. Grayscale: #B8B8B8. Windows color (decimal): -419906 or 12490745. OLE color: 12490745.

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

Color convert

RGB 249 151 190 -
CMYK 0 0.39 0.24 0.02
HSL 336.12º 0.89% 0.78% -
HSV(B) 336.12º 0.39% 0.98% -
XYZ 59.43 45.99 54.46 -
YUV 184.75 130.97 173.83 -
System Red Green Blue C M Y K H S L
Decimal 249 151 190 0 0.39 0.24 0.02 336.12 0.89 0.78
Hex F9 97 BE 0 27 18 2 150 59 4E
Octal 371 227 276 0 47 30 2 520 131 116
Binary 11111001 10010111 10111110 0 100111 11000 10 101010000 1011001 1001110

Color Harmonies of #F997BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F997BE

Black with #F997BE

Text Example


Text Example

White with #F997BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F997BE; }

 p { color: rgb(249,151,190); }

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

background-color css

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

 a { background-color: rgb(249,151,190); }

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

border-color css

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

 span { border-color: rgb(249,151,190); }

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