Html Css Color HEX #F08C81 Sweet Pink

📋 copy color: '#F08C81'

red 240 ◦ green 140 ◦ blue 129

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

Shades of Sweet Pink #F08C81

Tints of Sweet Pink #F08C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.34%

R = 47.15%
G = 27.5%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F08C81 (or 0xF08C81) is known color: Sweet Pink. HEX triplet: F0, 8C and 81. RGB value is (240,140,129). Sum of RGB (Red+Green+Blue) = 240+140+129=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C81 is #0F737E. Grayscale: #A8A8A8. Windows color (decimal): -1012607 or 8490224. OLE color: 8490224.

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

Color convert

RGB 240 140 129 -
CMYK 0 0.42 0.46 0.06
HSL 5.95º 0.79% 0.72% -
HSV(B) 5.95º 0.46% 0.94% -
XYZ 49.28 38.87 25.67 -
YUV 168.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 240 140 129 0 0.42 0.46 0.06 5.95 0.79 0.72
Hex F0 8C 81 0 2A 2E 6 6 4F 48
Octal 360 214 201 0 52 56 6 6 117 110
Binary 11110000 10001100 10000001 0 101010 101110 110 110 1001111 1001000

Color Harmonies of #F08C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C81

Black with #F08C81

Text Example


Text Example

White with #F08C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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