Html Css Color HEX #F090BB Shocking

📋 copy color: '#F090BB'

red 240 ◦ green 144 ◦ blue 187

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

Shades of Shocking #F090BB

Tints of Shocking #F090BB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.22%

 BLUE value IS 187 (73.44% from 255) = 32.75%

R = 42.03%
G = 25.22%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F090BB (or 0xF090BB) is known color: Shocking. HEX triplet: F0, 90 and BB. RGB value is (240,144,187). Sum of RGB (Red+Green+Blue) = 240+144+187=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F090BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090BB is #0F6F44. Grayscale: #B1B1B1. Windows color (decimal): -1011525 or 12292336. OLE color: 12292336.

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

Color convert

RGB 240 144 187 -
CMYK 0 0.4 0.22 0.06
HSL 333.13º 0.76% 0.75% -
HSV(B) 333.13º 0.4% 0.94% -
XYZ 54.88 42.06 52.24 -
YUV 177.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 240 144 187 0 0.4 0.22 0.06 333.13 0.76 0.75
Hex F0 90 BB 0 28 16 6 14D 4C 4B
Octal 360 220 273 0 50 26 6 515 114 113
Binary 11110000 10010000 10111011 0 101000 10110 110 101001101 1001100 1001011

Color Harmonies of #F090BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090BB

Black with #F090BB

Text Example


Text Example

White with #F090BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090BB; }

 p { color: rgb(240,144,187); }

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

background-color css

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

 a { background-color: rgb(240,144,187); }

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

border-color css

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

 span { border-color: rgb(240,144,187); }

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