Html Css Color HEX #F09A8D Sweet Pink

📋 copy color: '#F09A8D'

red 240 ◦ green 154 ◦ blue 141

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

Shades of Sweet Pink #F09A8D

Tints of Sweet Pink #F09A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.79%

 BLUE value IS 141 (55.47% from 255) = 26.36%

R = 44.86%
G = 28.79%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F09A8D (or 0xF09A8D) is known color: Sweet Pink. HEX triplet: F0, 9A and 8D. RGB value is (240,154,141). Sum of RGB (Red+Green+Blue) = 240+154+141=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09A8D is #0F6572. Grayscale: #B2B2B2. Windows color (decimal): -1009011 or 9280240. OLE color: 9280240.

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

Color convert

RGB 240 154 141 -
CMYK 0 0.36 0.41 0.06
HSL 7.88º 0.77% 0.75% -
HSV(B) 7.88º 0.41% 0.94% -
XYZ 52.3 43.56 30.85 -
YUV 178.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 240 154 141 0 0.36 0.41 0.06 7.88 0.77 0.75
Hex F0 9A 8D 0 24 29 6 8 4D 4B
Octal 360 232 215 0 44 51 6 10 115 113
Binary 11110000 10011010 10001101 0 100100 101001 110 1000 1001101 1001011

Color Harmonies of #F09A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A8D

Black with #F09A8D

Text Example


Text Example

White with #F09A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A8D; }

 p { color: rgb(240,154,141); }

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

background-color css

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

 a { background-color: rgb(240,154,141); }

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

border-color css

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

 span { border-color: rgb(240,154,141); }

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