Html Css Color HEX #F19084 Sweet Pink

📋 copy color: '#F19084'

red 241 ◦ green 144 ◦ blue 132

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

Shades of Sweet Pink #F19084

Tints of Sweet Pink #F19084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.85%

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

R = 46.62%
G = 27.85%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F19084 (or 0xF19084) is known color: Sweet Pink. HEX triplet: F1, 90 and 84. RGB value is (241,144,132). Sum of RGB (Red+Green+Blue) = 241+144+132=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F19084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19084 is #0E6F7B. Grayscale: #ABABAB. Windows color (decimal): -946044 or 8687857. OLE color: 8687857.

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

Color convert

RGB 241 144 132 -
CMYK 0 0.40 0.45 0.05
HSL 6.61º 0.8% 0.73% -
HSV(B) 6.61º 0.45% 0.95% -
XYZ 50.41 40.31 26.95 -
YUV 171.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 241 144 132 0 0.40 0.45 0.05 6.61 0.8 0.73
Hex F1 90 84 0 28 2D 5 7 50 49
Octal 361 220 204 0 50 55 5 7 120 111
Binary 11110001 10010000 10000100 0 101000 101101 101 111 1010000 1001001

Color Harmonies of #F19084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19084

Black with #F19084

Text Example


Text Example

White with #F19084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19084; }

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

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

background-color css

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

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

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

border-color css

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

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

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