Html Css Color HEX #F09282 Sweet Pink

📋 copy color: '#F09282'

red 240 ◦ green 146 ◦ blue 130

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

Shades of Sweet Pink #F09282

Tints of Sweet Pink #F09282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.19%

R = 46.51%
G = 28.29%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F09282 (or 0xF09282) is known color: Sweet Pink. HEX triplet: F0, 92 and 82. RGB value is (240,146,130). Sum of RGB (Red+Green+Blue) = 240+146+130=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F09282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09282 is #0F6D7D. Grayscale: #ACACAC. Windows color (decimal): -1011070 or 8557296. OLE color: 8557296.

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

Color convert

RGB 240 146 130 -
CMYK 0 0.39 0.46 0.06
HSL 8.73º 0.79% 0.73% -
HSV(B) 8.73º 0.46% 0.94% -
XYZ 50.24 40.69 26.33 -
YUV 172.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 240 146 130 0 0.39 0.46 0.06 8.73 0.79 0.73
Hex F0 92 82 0 27 2E 6 9 4F 49
Octal 360 222 202 0 47 56 6 11 117 111
Binary 11110000 10010010 10000010 0 100111 101110 110 1001 1001111 1001001

Color Harmonies of #F09282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09282

Black with #F09282

Text Example


Text Example

White with #F09282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09282; }

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

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

background-color css

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

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

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

border-color css

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

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

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