Html Css Color HEX #F08C84 Sweet Pink

📋 copy color: '#F08C84'

red 240 ◦ green 140 ◦ blue 132

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

Shades of Sweet Pink #F08C84

Tints of Sweet Pink #F08C84

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

 BLUE value IS 132 (51.95% from 255) = 25.78%

R = 46.88%
G = 27.34%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F08C84 (or 0xF08C84) is known color: Sweet Pink. HEX triplet: F0, 8C and 84. RGB value is (240,140,132). Sum of RGB (Red+Green+Blue) = 240+140+132=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C84 is #0F737B. Grayscale: #A9A9A9. Windows color (decimal): -1012604 or 8686832. OLE color: 8686832.

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

Color convert

RGB 240 140 132 -
CMYK 0 0.42 0.45 0.06
HSL 4.44º 0.78% 0.73% -
HSV(B) 4.44º 0.45% 0.94% -
XYZ 49.48 38.95 26.74 -
YUV 168.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 240 140 132 0 0.42 0.45 0.06 4.44 0.78 0.73
Hex F0 8C 84 0 2A 2D 6 4 4E 49
Octal 360 214 204 0 52 55 6 4 116 111
Binary 11110000 10001100 10000100 0 101010 101101 110 100 1001110 1001001

Color Harmonies of #F08C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C84

Black with #F08C84

Text Example


Text Example

White with #F08C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C84; }

 p { color: rgb(240,140,132); }

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

background-color css

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

 a { background-color: rgb(240,140,132); }

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

border-color css

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

 span { border-color: rgb(240,140,132); }

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