Html Css Color HEX #F38C86 Sweet Pink

📋 copy color: '#F38C86'

red 243 ◦ green 140 ◦ blue 134

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

Shades of Sweet Pink #F38C86

Tints of Sweet Pink #F38C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.08%

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

R = 47%
G = 27.08%
B = 25.92%

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

#F38C86 (or 0xF38C86) is known color: Sweet Pink. HEX triplet: F3, 8C and 86. RGB value is (243,140,134). Sum of RGB (Red+Green+Blue) = 243+140+134=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38C86 is #0C7379. Grayscale: #AAAAAA. Windows color (decimal): -815994 or 8817907. OLE color: 8817907.

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

Color convert

RGB 243 140 134 -
CMYK 0 0.42 0.45 0.05
HSL 3.3º 0.82% 0.74% -
HSV(B) 3.3º 0.45% 0.95% -
XYZ 50.64 39.53 27.52 -
YUV 170.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 243 140 134 0 0.42 0.45 0.05 3.3 0.82 0.74
Hex F3 8C 86 0 2A 2D 5 3 52 4A
Octal 363 214 206 0 52 55 5 3 122 112
Binary 11110011 10001100 10000110 0 101010 101101 101 11 1010010 1001010

Color Harmonies of #F38C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C86

Black with #F38C86

Text Example


Text Example

White with #F38C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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