Html Css Color HEX #F0908E Sweet Pink

📋 copy color: '#F0908E'

red 240 ◦ green 144 ◦ blue 142

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

Shades of Sweet Pink #F0908E

Tints of Sweet Pink #F0908E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27%

R = 45.63%
G = 27.38%
B = 27%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0908E (or 0xF0908E) is known color: Sweet Pink. HEX triplet: F0, 90 and 8E. RGB value is (240,144,142). Sum of RGB (Red+Green+Blue) = 240+144+142=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0908E is #0F6F71. Grayscale: #ACACAC. Windows color (decimal): -1011570 or 9343216. OLE color: 9343216.

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

Color convert

RGB 240 144 142 -
CMYK 0 0.4 0.41 0.06
HSL 1.22º 0.77% 0.75% -
HSV(B) 1.22º 0.41% 0.94% -
XYZ 50.79 40.42 30.72 -
YUV 172.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 240 144 142 0 0.4 0.41 0.06 1.22 0.77 0.75
Hex F0 90 8E 0 28 29 6 1 4D 4B
Octal 360 220 216 0 50 51 6 1 115 113
Binary 11110000 10010000 10001110 0 101000 101001 110 1 1001101 1001011

Color Harmonies of #F0908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0908E

Black with #F0908E

Text Example


Text Example

White with #F0908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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