Html Css Color HEX #F09085 Sweet Pink

📋 copy color: '#F09085'

red 240 ◦ green 144 ◦ blue 133

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

Shades of Sweet Pink #F09085

Tints of Sweet Pink #F09085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.73%

R = 46.42%
G = 27.85%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F09085 (or 0xF09085) is known color: Sweet Pink. HEX triplet: F0, 90 and 85. RGB value is (240,144,133). Sum of RGB (Red+Green+Blue) = 240+144+133=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F09085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09085 is #0F6F7A. Grayscale: #ABABAB. Windows color (decimal): -1011579 or 8753392. OLE color: 8753392.

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

Color convert

RGB 240 144 133 -
CMYK 0 0.4 0.45 0.06
HSL 6.17º 0.78% 0.73% -
HSV(B) 6.17º 0.45% 0.94% -
XYZ 50.14 40.17 27.3 -
YUV 171.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 240 144 133 0 0.4 0.45 0.06 6.17 0.78 0.73
Hex F0 90 85 0 28 2D 6 6 4E 49
Octal 360 220 205 0 50 55 6 6 116 111
Binary 11110000 10010000 10000101 0 101000 101101 110 110 1001110 1001001

Color Harmonies of #F09085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09085

Black with #F09085

Text Example


Text Example

White with #F09085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09085; }

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

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

background-color css

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

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

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

border-color css

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

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

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