Html Css Color HEX #F48E8D Sweet Pink

📋 copy color: '#F48E8D'

red 244 ◦ green 142 ◦ blue 141

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

Shades of Sweet Pink #F48E8D

Tints of Sweet Pink #F48E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.76%

R = 46.3%
G = 26.94%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F48E8D (or 0xF48E8D) is known color: Sweet Pink. HEX triplet: F4, 8E and 8D. RGB value is (244,142,141). Sum of RGB (Red+Green+Blue) = 244+142+141=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F48E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48E8D is #0B7172. Grayscale: #ACACAC. Windows color (decimal): -749939 or 9277172. OLE color: 9277172.

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

Color convert

RGB 244 142 141 -
CMYK 0 0.42 0.42 0.04
HSL 0.58º 0.82% 0.75% -
HSV(B) 0.58º 0.42% 0.96% -
XYZ 51.79 40.5 30.29 -
YUV 172.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 244 142 141 0 0.42 0.42 0.04 0.58 0.82 0.75
Hex F4 8E 8D 0 2A 2A 4 1 52 4B
Octal 364 216 215 0 52 52 4 1 122 113
Binary 11110100 10001110 10001101 0 101010 101010 100 1 1010010 1001011

Color Harmonies of #F48E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48E8D

Black with #F48E8D

Text Example


Text Example

White with #F48E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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