Html Css Color HEX #F090BA Shocking

📋 copy color: '#F090BA'

red 240 ◦ green 144 ◦ blue 186

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

Shades of Shocking #F090BA

Tints of Shocking #F090BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.63%

R = 42.11%
G = 25.26%
B = 32.63%

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

#F090BA (or 0xF090BA) is known color: Shocking. HEX triplet: F0, 90 and BA. RGB value is (240,144,186). Sum of RGB (Red+Green+Blue) = 240+144+186=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F090BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090BA is #0F6F45. Grayscale: #B1B1B1. Windows color (decimal): -1011526 or 12226800. OLE color: 12226800.

HSL color Cylindrical-coordinate representation of color #F090BA: hue angle of 333.75º 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 #F090BA is Cyan = 0, Magento = 0.4, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 144 186 -
CMYK 0 0.4 0.22 0.06
HSL 333.75º 0.76% 0.75% -
HSV(B) 333.75º 0.4% 0.94% -
XYZ 54.77 42.02 51.68 -
YUV 177.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 240 144 186 0 0.4 0.22 0.06 333.75 0.76 0.75
Hex F0 90 BA 0 28 16 6 14E 4C 4B
Octal 360 220 272 0 50 26 6 516 114 113
Binary 11110000 10010000 10111010 0 101000 10110 110 101001110 1001100 1001011

Color Harmonies of #F090BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090BA

Black with #F090BA

Text Example


Text Example

White with #F090BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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