Html Css Color HEX #F88C8C Sweet Pink

📋 copy color: '#F88C8C'

red 248 ◦ green 140 ◦ blue 140

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

Shades of Sweet Pink #F88C8C

Tints of Sweet Pink #F88C8C

RGB

 RED value IS 248 (97.27% from 255) = 46.97%

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

 BLUE value IS 140 (55.08% from 255) = 26.52%

R = 46.97%
G = 26.52%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F88C8C (or 0xF88C8C) is known color: Sweet Pink. HEX triplet: F8, 8C and 8C. RGB value is (248,140,140). Sum of RGB (Red+Green+Blue) = 248+140+140=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88C8C is #077373. Grayscale: #ACACAC. Windows color (decimal): -488308 or 9211128. OLE color: 9211128.

HSL color Cylindrical-coordinate representation of color #F88C8C: hue angle of 0º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88C8C is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 140 140 -
CMYK 0 0.44 0.44 0.03
HSL 0.89% 0.76% -
HSV(B) 0.44% 0.97% -
XYZ 52.82 40.61 29.86 -
YUV 172.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 248 140 140 0 0.44 0.44 0.03 0 0.89 0.76
Hex F8 8C 8C 0 2C 2C 3 0 59 4C
Octal 370 214 214 0 54 54 3 0 131 114
Binary 11111000 10001100 10001100 0 101100 101100 11 0 1011001 1001100

Color Harmonies of #F88C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88C8C

Black with #F88C8C

Text Example


Text Example

White with #F88C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88C8C; }

 p { color: rgb(248,140,140); }

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

background-color css

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

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

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

border-color css

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

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

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