Html Css Color HEX #F48D8A Sweet Pink

📋 copy color: '#F48D8A'

red 244 ◦ green 141 ◦ blue 138

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

Shades of Sweet Pink #F48D8A

Tints of Sweet Pink #F48D8A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.96%

 BLUE value IS 138 (54.3% from 255) = 26.39%

R = 46.65%
G = 26.96%
B = 26.39%

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

#F48D8A (or 0xF48D8A) is known color: Sweet Pink. HEX triplet: F4, 8D and 8A. RGB value is (244,141,138). Sum of RGB (Red+Green+Blue) = 244+141+138=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48D8A is #0B7275. Grayscale: #ABABAB. Windows color (decimal): -750198 or 9080308. OLE color: 9080308.

HSL color Cylindrical-coordinate representation of color #F48D8A: hue angle of 1.7º 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 #F48D8A is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 141 138 -
CMYK 0 0.42 0.43 0.04
HSL 1.7º 0.83% 0.75% -
HSV(B) 1.7º 0.43% 0.96% -
XYZ 51.42 40.12 29.08 -
YUV 171.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 244 141 138 0 0.42 0.43 0.04 1.7 0.83 0.75
Hex F4 8D 8A 0 2A 2B 4 2 53 4B
Octal 364 215 212 0 52 53 4 2 123 113
Binary 11110100 10001101 10001010 0 101010 101011 100 10 1010011 1001011

Color Harmonies of #F48D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48D8A

Black with #F48D8A

Text Example


Text Example

White with #F48D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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