Html Css Color HEX #F19190 Sweet Pink

📋 copy color: '#F19190'

red 241 ◦ green 145 ◦ blue 144

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

Shades of Sweet Pink #F19190

Tints of Sweet Pink #F19190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.17%

R = 45.47%
G = 27.36%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F19190 (or 0xF19190) is known color: Sweet Pink. HEX triplet: F1, 91 and 90. RGB value is (241,145,144). Sum of RGB (Red+Green+Blue) = 241+145+144=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F19190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19190 is #0E6E6F. Grayscale: #ADADAD. Windows color (decimal): -945776 or 9474545. OLE color: 9474545.

HSL color Cylindrical-coordinate representation of color #F19190: hue angle of 0.62º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F19190 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 145 144 -
CMYK 0 0.40 0.40 0.05
HSL 0.62º 0.78% 0.75% -
HSV(B) 0.62º 0.4% 0.95% -
XYZ 51.44 40.97 31.58 -
YUV 173.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 241 145 144 0 0.40 0.40 0.05 0.62 0.78 0.75
Hex F1 91 90 0 28 28 5 1 4E 4B
Octal 361 221 220 0 50 50 5 1 116 113
Binary 11110001 10010001 10010000 0 101000 101000 101 1 1001110 1001011

Color Harmonies of #F19190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19190

Black with #F19190

Text Example


Text Example

White with #F19190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19190; }

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

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

background-color css

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

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

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

border-color css

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

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

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