Html Css Color HEX #F18F84 Sweet Pink

📋 copy color: '#F18F84'

red 241 ◦ green 143 ◦ blue 132

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

Shades of Sweet Pink #F18F84

Tints of Sweet Pink #F18F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.58%

R = 46.71%
G = 27.71%
B = 25.58%

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

#F18F84 (or 0xF18F84) is known color: Sweet Pink. HEX triplet: F1, 8F and 84. RGB value is (241,143,132). Sum of RGB (Red+Green+Blue) = 241+143+132=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18F84 is #0E707B. Grayscale: #ABABAB. Windows color (decimal): -946300 or 8687601. OLE color: 8687601.

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

Color convert

RGB 241 143 132 -
CMYK 0 0.41 0.45 0.05
HSL 6.06º 0.8% 0.73% -
HSV(B) 6.06º 0.45% 0.95% -
XYZ 50.26 40.01 26.9 -
YUV 171.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 241 143 132 0 0.41 0.45 0.05 6.06 0.8 0.73
Hex F1 8F 84 0 29 2D 5 6 50 49
Octal 361 217 204 0 51 55 5 6 120 111
Binary 11110001 10001111 10000100 0 101001 101101 101 110 1010000 1001001

Color Harmonies of #F18F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F84

Black with #F18F84

Text Example


Text Example

White with #F18F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F84; }

 p { color: rgb(241,143,132); }

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

background-color css

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

 a { background-color: rgb(241,143,132); }

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

border-color css

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

 span { border-color: rgb(241,143,132); }

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