Html Css Color HEX #F08E8B Sweet Pink

📋 copy color: '#F08E8B'

red 240 ◦ green 142 ◦ blue 139

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

Shades of Sweet Pink #F08E8B

Tints of Sweet Pink #F08E8B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.26%

 BLUE value IS 139 (54.69% from 255) = 26.68%

R = 46.07%
G = 27.26%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F08E8B (or 0xF08E8B) is known color: Sweet Pink. HEX triplet: F0, 8E and 8B. RGB value is (240,142,139). Sum of RGB (Red+Green+Blue) = 240+142+139=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08E8B is #0F7174. Grayscale: #ABABAB. Windows color (decimal): -1012085 or 9146096. OLE color: 9146096.

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

Color convert

RGB 240 142 139 -
CMYK 0 0.41 0.42 0.06
HSL 1.78º 0.77% 0.74% -
HSV(B) 1.78º 0.42% 0.94% -
XYZ 50.27 39.74 29.45 -
YUV 170.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 240 142 139 0 0.41 0.42 0.06 1.78 0.77 0.74
Hex F0 8E 8B 0 29 2A 6 2 4D 4A
Octal 360 216 213 0 51 52 6 2 115 112
Binary 11110000 10001110 10001011 0 101001 101010 110 10 1001101 1001010

Color Harmonies of #F08E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E8B

Black with #F08E8B

Text Example


Text Example

White with #F08E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E8B; }

 p { color: rgb(240,142,139); }

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

background-color css

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

 a { background-color: rgb(240,142,139); }

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

border-color css

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

 span { border-color: rgb(240,142,139); }

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