Html Css Color HEX #F38C82 Sweet Pink

📋 copy color: '#F38C82'

red 243 ◦ green 140 ◦ blue 130

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

Shades of Sweet Pink #F38C82

Tints of Sweet Pink #F38C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.34%

R = 47.37%
G = 27.29%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F38C82 (or 0xF38C82) is known color: Sweet Pink. HEX triplet: F3, 8C and 82. RGB value is (243,140,130). Sum of RGB (Red+Green+Blue) = 243+140+130=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38C82 is #0C737D. Grayscale: #A9A9A9. Windows color (decimal): -815998 or 8555763. OLE color: 8555763.

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

Color convert

RGB 243 140 130 -
CMYK 0 0.42 0.47 0.05
HSL 5.31º 0.82% 0.73% -
HSV(B) 5.31º 0.47% 0.95% -
XYZ 50.37 39.42 26.07 -
YUV 169.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 243 140 130 0 0.42 0.47 0.05 5.31 0.82 0.73
Hex F3 8C 82 0 2A 2F 5 5 52 49
Octal 363 214 202 0 52 57 5 5 122 111
Binary 11110011 10001100 10000010 0 101010 101111 101 101 1010010 1001001

Color Harmonies of #F38C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C82

Black with #F38C82

Text Example


Text Example

White with #F38C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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