Html Css Color HEX #F48E8C Sweet Pink

📋 copy color: '#F48E8C'

red 244 ◦ green 142 ◦ blue 140

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

Shades of Sweet Pink #F48E8C

Tints of Sweet Pink #F48E8C

RGB

 RED value IS 244 (95.7% from 255) = 46.39%

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

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

R = 46.39%
G = 27%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F48E8C (or 0xF48E8C) is known color: Sweet Pink. HEX triplet: F4, 8E and 8C. RGB value is (244,142,140). Sum of RGB (Red+Green+Blue) = 244+142+140=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F48E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48E8C is #0B7173. Grayscale: #ACACAC. Windows color (decimal): -749940 or 9211636. OLE color: 9211636.

HSL color Cylindrical-coordinate representation of color #F48E8C: hue angle of 1.15º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48E8C is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 142 140 -
CMYK 0 0.42 0.43 0.04
HSL 1.15º 0.83% 0.75% -
HSV(B) 1.15º 0.43% 0.96% -
XYZ 51.71 40.47 29.9 -
YUV 172.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 244 142 140 0 0.42 0.43 0.04 1.15 0.83 0.75
Hex F4 8E 8C 0 2A 2B 4 1 53 4B
Octal 364 216 214 0 52 53 4 1 123 113
Binary 11110100 10001110 10001100 0 101010 101011 100 1 1010011 1001011

Color Harmonies of #F48E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48E8C

Black with #F48E8C

Text Example


Text Example

White with #F48E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48E8C; }

 p { color: rgb(244,142,140); }

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

background-color css

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

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

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

border-color css

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

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

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