Html Css Color HEX #F38F86 Sweet Pink

📋 copy color: '#F38F86'

red 243 ◦ green 143 ◦ blue 134

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

Shades of Sweet Pink #F38F86

Tints of Sweet Pink #F38F86

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.5%

 BLUE value IS 134 (52.73% from 255) = 25.77%

R = 46.73%
G = 27.5%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F38F86 (or 0xF38F86) is known color: Sweet Pink. HEX triplet: F3, 8F and 86. RGB value is (243,143,134). Sum of RGB (Red+Green+Blue) = 243+143+134=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38F86 is #0C7079. Grayscale: #ACACAC. Windows color (decimal): -815226 or 8818675. OLE color: 8818675.

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

Color convert

RGB 243 143 134 -
CMYK 0 0.41 0.45 0.05
HSL 4.95º 0.82% 0.74% -
HSV(B) 4.95º 0.45% 0.95% -
XYZ 51.09 40.42 27.66 -
YUV 171.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 243 143 134 0 0.41 0.45 0.05 4.95 0.82 0.74
Hex F3 8F 86 0 29 2D 5 5 52 4A
Octal 363 217 206 0 51 55 5 5 122 112
Binary 11110011 10001111 10000110 0 101001 101101 101 101 1010010 1001010

Color Harmonies of #F38F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38F86

Black with #F38F86

Text Example


Text Example

White with #F38F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38F86; }

 p { color: rgb(243,143,134); }

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

background-color css

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

 a { background-color: rgb(243,143,134); }

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

border-color css

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

 span { border-color: rgb(243,143,134); }

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