Html Css Color HEX #F18B84 Sweet Pink

📋 copy color: '#F18B84'

red 241 ◦ green 139 ◦ blue 132

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

Shades of Sweet Pink #F18B84

Tints of Sweet Pink #F18B84

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.15%

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

R = 47.07%
G = 27.15%
B = 25.78%

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

#F18B84 (or 0xF18B84) is known color: Sweet Pink. HEX triplet: F1, 8B and 84. RGB value is (241,139,132). Sum of RGB (Red+Green+Blue) = 241+139+132=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18B84 is #0E747B. Grayscale: #A8A8A8. Windows color (decimal): -947324 or 8686577. OLE color: 8686577.

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

Color convert

RGB 241 139 132 -
CMYK 0 0.42 0.45 0.05
HSL 3.85º 0.8% 0.73% -
HSV(B) 3.85º 0.45% 0.95% -
XYZ 49.67 38.83 26.71 -
YUV 168.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 241 139 132 0 0.42 0.45 0.05 3.85 0.8 0.73
Hex F1 8B 84 0 2A 2D 5 4 50 49
Octal 361 213 204 0 52 55 5 4 120 111
Binary 11110001 10001011 10000100 0 101010 101101 101 100 1010000 1001001

Color Harmonies of #F18B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B84

Black with #F18B84

Text Example


Text Example

White with #F18B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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