Html Css Color HEX #F38C8A Sweet Pink

📋 copy color: '#F38C8A'

red 243 ◦ green 140 ◦ blue 138

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

Shades of Sweet Pink #F38C8A

Tints of Sweet Pink #F38C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.49%

R = 46.64%
G = 26.87%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F38C8A (or 0xF38C8A) is known color: Sweet Pink. HEX triplet: F3, 8C and 8A. RGB value is (243,140,138). Sum of RGB (Red+Green+Blue) = 243+140+138=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38C8A is #0C7375. Grayscale: #AAAAAA. Windows color (decimal): -815990 or 9080051. OLE color: 9080051.

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

Color convert

RGB 243 140 138 -
CMYK 0 0.42 0.43 0.05
HSL 1.14º 0.81% 0.75% -
HSV(B) 1.14º 0.43% 0.95% -
XYZ 50.93 39.65 29.01 -
YUV 170.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 243 140 138 0 0.42 0.43 0.05 1.14 0.81 0.75
Hex F3 8C 8A 0 2A 2B 5 1 51 4B
Octal 363 214 212 0 52 53 5 1 121 113
Binary 11110011 10001100 10001010 0 101010 101011 101 1 1010001 1001011

Color Harmonies of #F38C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C8A

Black with #F38C8A

Text Example


Text Example

White with #F38C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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