Html Css Color HEX #F19185 Sweet Pink

📋 copy color: '#F19185'

red 241 ◦ green 145 ◦ blue 133

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

Shades of Sweet Pink #F19185

Tints of Sweet Pink #F19185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.94%

 BLUE value IS 133 (52.34% from 255) = 25.63%

R = 46.44%
G = 27.94%
B = 25.63%

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

#F19185 (or 0xF19185) is known color: Sweet Pink. HEX triplet: F1, 91 and 85. RGB value is (241,145,133). Sum of RGB (Red+Green+Blue) = 241+145+133=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F19185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19185 is #0E6E7A. Grayscale: #ACACAC. Windows color (decimal): -945787 or 8753649. OLE color: 8753649.

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

Color convert

RGB 241 145 133 -
CMYK 0 0.40 0.45 0.05
HSL 6.67º 0.79% 0.73% -
HSV(B) 6.67º 0.45% 0.95% -
XYZ 50.63 40.65 27.37 -
YUV 172.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 241 145 133 0 0.40 0.45 0.05 6.67 0.79 0.73
Hex F1 91 85 0 28 2D 5 7 4F 49
Octal 361 221 205 0 50 55 5 7 117 111
Binary 11110001 10010001 10000101 0 101000 101101 101 111 1001111 1001001

Color Harmonies of #F19185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19185

Black with #F19185

Text Example


Text Example

White with #F19185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19185; }

 p { color: rgb(241,145,133); }

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

background-color css

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

 a { background-color: rgb(241,145,133); }

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

border-color css

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

 span { border-color: rgb(241,145,133); }

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