Html Css Color HEX #F090BC Shocking

📋 copy color: '#F090BC'

red 240 ◦ green 144 ◦ blue 188

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

Shades of Shocking #F090BC

Tints of Shocking #F090BC

RGB

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

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

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

R = 41.96%
G = 25.17%
B = 32.87%

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

#F090BC (or 0xF090BC) is known color: Shocking. HEX triplet: F0, 90 and BC. RGB value is (240,144,188). Sum of RGB (Red+Green+Blue) = 240+144+188=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F090BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090BC is #0F6F43. Grayscale: #B1B1B1. Windows color (decimal): -1011524 or 12357872. OLE color: 12357872.

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

Color convert

RGB 240 144 188 -
CMYK 0 0.4 0.22 0.06
HSL 332.5º 0.76% 0.75% -
HSV(B) 332.5º 0.4% 0.94% -
XYZ 54.99 42.1 52.81 -
YUV 177.72 133.8 172.42 -
System Red Green Blue C M Y K H S L
Decimal 240 144 188 0 0.4 0.22 0.06 332.5 0.76 0.75
Hex F0 90 BC 0 28 16 6 14C 4C 4B
Octal 360 220 274 0 50 26 6 514 114 113
Binary 11110000 10010000 10111100 0 101000 10110 110 101001100 1001100 1001011

Color Harmonies of #F090BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090BC

Black with #F090BC

Text Example


Text Example

White with #F090BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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