Html Css Color HEX #F09485 Sweet Pink

📋 copy color: '#F09485'

red 240 ◦ green 148 ◦ blue 133

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

Shades of Sweet Pink #F09485

Tints of Sweet Pink #F09485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.41%

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

R = 46.07%
G = 28.41%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F09485 (or 0xF09485) is known color: Sweet Pink. HEX triplet: F0, 94 and 85. RGB value is (240,148,133). Sum of RGB (Red+Green+Blue) = 240+148+133=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F09485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09485 is #0F6B7A. Grayscale: #ADADAD. Windows color (decimal): -1010555 or 8754416. OLE color: 8754416.

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

Color convert

RGB 240 148 133 -
CMYK 0 0.38 0.45 0.06
HSL 8.41º 0.78% 0.73% -
HSV(B) 8.41º 0.45% 0.94% -
XYZ 50.76 41.4 27.51 -
YUV 173.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 240 148 133 0 0.38 0.45 0.06 8.41 0.78 0.73
Hex F0 94 85 0 26 2D 6 8 4E 49
Octal 360 224 205 0 46 55 6 10 116 111
Binary 11110000 10010100 10000101 0 100110 101101 110 1000 1001110 1001001

Color Harmonies of #F09485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09485

Black with #F09485

Text Example


Text Example

White with #F09485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09485; }

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

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

background-color css

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

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

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

border-color css

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

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

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