Html Css Color HEX #F0908A Sweet Pink

📋 copy color: '#F0908A'

red 240 ◦ green 144 ◦ blue 138

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

Shades of Sweet Pink #F0908A

Tints of Sweet Pink #F0908A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.44%

R = 45.98%
G = 27.59%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0908A (or 0xF0908A) is known color: Sweet Pink. HEX triplet: F0, 90 and 8A. RGB value is (240,144,138). Sum of RGB (Red+Green+Blue) = 240+144+138=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0908A is #0F6F75. Grayscale: #ACACAC. Windows color (decimal): -1011574 or 9081072. OLE color: 9081072.

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

Color convert

RGB 240 144 138 -
CMYK 0 0.4 0.42 0.06
HSL 3.53º 0.77% 0.74% -
HSV(B) 3.53º 0.43% 0.94% -
XYZ 50.5 40.31 29.16 -
YUV 172.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 240 144 138 0 0.4 0.42 0.06 3.53 0.77 0.74
Hex F0 90 8A 0 28 2A 6 4 4D 4A
Octal 360 220 212 0 50 52 6 4 115 112
Binary 11110000 10010000 10001010 0 101000 101010 110 100 1001101 1001010

Color Harmonies of #F0908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0908A

Black with #F0908A

Text Example


Text Example

White with #F0908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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