Html Css Color HEX #F090B8 Shocking

📋 copy color: '#F090B8'

red 240 ◦ green 144 ◦ blue 184

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

Shades of Shocking #F090B8

Tints of Shocking #F090B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.39%

R = 42.25%
G = 25.35%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F090B8 (or 0xF090B8) is known color: Shocking. HEX triplet: F0, 90 and B8. RGB value is (240,144,184). Sum of RGB (Red+Green+Blue) = 240+144+184=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F090B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090B8 is #0F6F47. Grayscale: #B1B1B1. Windows color (decimal): -1011528 or 12095728. OLE color: 12095728.

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

Color convert

RGB 240 144 184 -
CMYK 0 0.4 0.23 0.06
HSL 335º 0.76% 0.75% -
HSV(B) 335º 0.4% 0.94% -
XYZ 54.56 41.93 50.57 -
YUV 177.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 240 144 184 0 0.4 0.23 0.06 335 0.76 0.75
Hex F0 90 B8 0 28 17 6 14F 4C 4B
Octal 360 220 270 0 50 27 6 517 114 113
Binary 11110000 10010000 10111000 0 101000 10111 110 101001111 1001100 1001011

Color Harmonies of #F090B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090B8

Black with #F090B8

Text Example


Text Example

White with #F090B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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