Html Css Color HEX #F18C83 Sweet Pink

📋 copy color: '#F18C83'

red 241 ◦ green 140 ◦ blue 131

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

Shades of Sweet Pink #F18C83

Tints of Sweet Pink #F18C83

RGB

 RED value IS 241 (94.53% from 255) = 47.07%

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

 BLUE value IS 131 (51.56% from 255) = 25.59%

R = 47.07%
G = 27.34%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F18C83 (or 0xF18C83) is known color: Sweet Pink. HEX triplet: F1, 8C and 83. RGB value is (241,140,131). Sum of RGB (Red+Green+Blue) = 241+140+131=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C83 is #0E737C. Grayscale: #A9A9A9. Windows color (decimal): -947069 or 8621297. OLE color: 8621297.

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

Color convert

RGB 241 140 131 -
CMYK 0 0.42 0.46 0.05
HSL 4.91º 0.8% 0.73% -
HSV(B) 4.91º 0.46% 0.95% -
XYZ 49.75 39.1 26.4 -
YUV 169.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 241 140 131 0 0.42 0.46 0.05 4.91 0.8 0.73
Hex F1 8C 83 0 2A 2E 5 5 50 49
Octal 361 214 203 0 52 56 5 5 120 111
Binary 11110001 10001100 10000011 0 101010 101110 101 101 1010000 1001001

Color Harmonies of #F18C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C83

Black with #F18C83

Text Example


Text Example

White with #F18C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C83; }

 p { color: rgb(241,140,131); }

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

background-color css

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

 a { background-color: rgb(241,140,131); }

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

border-color css

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

 span { border-color: rgb(241,140,131); }

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