Html Css Color HEX #F09285 Sweet Pink

📋 copy color: '#F09285'

red 240 ◦ green 146 ◦ blue 133

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

Shades of Sweet Pink #F09285

Tints of Sweet Pink #F09285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.13%

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

R = 46.24%
G = 28.13%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F09285 (or 0xF09285) is known color: Sweet Pink. HEX triplet: F0, 92 and 85. RGB value is (240,146,133). Sum of RGB (Red+Green+Blue) = 240+146+133=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F09285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09285 is #0F6D7A. Grayscale: #ACACAC. Windows color (decimal): -1011067 or 8753904. OLE color: 8753904.

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

Color convert

RGB 240 146 133 -
CMYK 0 0.39 0.45 0.06
HSL 7.29º 0.78% 0.73% -
HSV(B) 7.29º 0.45% 0.94% -
XYZ 50.45 40.78 27.4 -
YUV 172.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 240 146 133 0 0.39 0.45 0.06 7.29 0.78 0.73
Hex F0 92 85 0 27 2D 6 7 4E 49
Octal 360 222 205 0 47 55 6 7 116 111
Binary 11110000 10010010 10000101 0 100111 101101 110 111 1001110 1001001

Color Harmonies of #F09285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09285

Black with #F09285

Text Example


Text Example

White with #F09285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09285; }

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

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

background-color css

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

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

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

border-color css

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

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

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