Html Css Color HEX #F48D8D Sweet Pink

📋 copy color: '#F48D8D'

red 244 ◦ green 141 ◦ blue 141

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

Shades of Sweet Pink #F48D8D

Tints of Sweet Pink #F48D8D

RGB

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

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

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

R = 46.39%
G = 26.81%
B = 26.81%

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

#F48D8D (or 0xF48D8D) is known color: Sweet Pink. HEX triplet: F4, 8D and 8D. RGB value is (244,141,141). Sum of RGB (Red+Green+Blue) = 244+141+141=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48D8D is #0B7272. Grayscale: #ABABAB. Windows color (decimal): -750195 or 9276916. OLE color: 9276916.

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

Color convert

RGB 244 141 141 -
CMYK 0 0.42 0.42 0.04
HSL 0.82% 0.75% -
HSV(B) 0.42% 0.96% -
XYZ 51.64 40.21 30.24 -
YUV 171.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 244 141 141 0 0.42 0.42 0.04 0 0.82 0.75
Hex F4 8D 8D 0 2A 2A 4 0 52 4B
Octal 364 215 215 0 52 52 4 0 122 113
Binary 11110100 10001101 10001101 0 101010 101010 100 0 1010010 1001011

Color Harmonies of #F48D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48D8D

Black with #F48D8D

Text Example


Text Example

White with #F48D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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