Html Css Color HEX #F08C8A Sweet Pink

📋 copy color: '#F08C8A'

red 240 ◦ green 140 ◦ blue 138

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

Shades of Sweet Pink #F08C8A

Tints of Sweet Pink #F08C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.64%

R = 46.33%
G = 27.03%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F08C8A (or 0xF08C8A) is known color: Sweet Pink. HEX triplet: F0, 8C and 8A. RGB value is (240,140,138). Sum of RGB (Red+Green+Blue) = 240+140+138=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C8A is #0F7375. Grayscale: #A9A9A9. Windows color (decimal): -1012598 or 9080048. OLE color: 9080048.

HSL color Cylindrical-coordinate representation of color #F08C8A: hue angle of 1.18º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08C8A is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 140 138 -
CMYK 0 0.42 0.42 0.06
HSL 1.18º 0.77% 0.74% -
HSV(B) 1.18º 0.43% 0.94% -
XYZ 49.9 39.12 28.96 -
YUV 169.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 240 140 138 0 0.42 0.42 0.06 1.18 0.77 0.74
Hex F0 8C 8A 0 2A 2A 6 1 4D 4A
Octal 360 214 212 0 52 52 6 1 115 112
Binary 11110000 10001100 10001010 0 101010 101010 110 1 1001101 1001010

Color Harmonies of #F08C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C8A

Black with #F08C8A

Text Example


Text Example

White with #F08C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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