Html Css Color HEX #F099BC Shocking

📋 copy color: '#F099BC'

red 240 ◦ green 153 ◦ blue 188

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

Shades of Shocking #F099BC

Tints of Shocking #F099BC

RGB

 RED value IS 240 (94.14% from 255) = 41.31%

 GREEN value IS 153 (60.16% from 255) = 26.33%

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

R = 41.31%
G = 26.33%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F099BC (or 0xF099BC) is known color: Shocking. HEX triplet: F0, 99 and BC. RGB value is (240,153,188). Sum of RGB (Red+Green+Blue) = 240+153+188=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F099BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099BC is #0F6643. Grayscale: #B6B6B6. Windows color (decimal): -1009220 or 12360176. OLE color: 12360176.

HSL color Cylindrical-coordinate representation of color #F099BC: hue angle of 335.86º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F099BC is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 153 188 -
CMYK 0 0.36 0.22 0.06
HSL 335.86º 0.74% 0.77% -
HSV(B) 335.86º 0.36% 0.94% -
XYZ 56.4 44.94 53.28 -
YUV 183 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 240 153 188 0 0.36 0.22 0.06 335.86 0.74 0.77
Hex F0 99 BC 0 24 16 6 150 4A 4D
Octal 360 231 274 0 44 26 6 520 112 115
Binary 11110000 10011001 10111100 0 100100 10110 110 101010000 1001010 1001101

Color Harmonies of #F099BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F099BC

Black with #F099BC

Text Example


Text Example

White with #F099BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F099BC; }

 p { color: rgb(240,153,188); }

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

background-color css

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

 a { background-color: rgb(240,153,188); }

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

border-color css

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

 span { border-color: rgb(240,153,188); }

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