Html Css Color HEX #F38D85 Sweet Pink

📋 copy color: '#F38D85'

red 243 ◦ green 141 ◦ blue 133

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

Shades of Sweet Pink #F38D85

Tints of Sweet Pink #F38D85

RGB

 RED value IS 243 (95.31% from 255) = 47%

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

 BLUE value IS 133 (52.34% from 255) = 25.73%

R = 47%
G = 27.27%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F38D85 (or 0xF38D85) is known color: Sweet Pink. HEX triplet: F3, 8D and 85. RGB value is (243,141,133). Sum of RGB (Red+Green+Blue) = 243+141+133=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38D85 is #0C727A. Grayscale: #AAAAAA. Windows color (decimal): -815739 or 8752627. OLE color: 8752627.

HSL color Cylindrical-coordinate representation of color #F38D85: hue angle of 4.36º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F38D85 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 141 133 -
CMYK 0 0.42 0.45 0.05
HSL 4.36º 0.82% 0.74% -
HSV(B) 4.36º 0.45% 0.95% -
XYZ 50.72 39.8 27.2 -
YUV 170.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 243 141 133 0 0.42 0.45 0.05 4.36 0.82 0.74
Hex F3 8D 85 0 2A 2D 5 4 52 4A
Octal 363 215 205 0 52 55 5 4 122 112
Binary 11110011 10001101 10000101 0 101010 101101 101 100 1010010 1001010

Color Harmonies of #F38D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38D85

Black with #F38D85

Text Example


Text Example

White with #F38D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38D85; }

 p { color: rgb(243,141,133); }

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

background-color css

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

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

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

border-color css

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

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

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