Html Css Color HEX #F19491 Sweet Pink

📋 copy color: '#F19491'

red 241 ◦ green 148 ◦ blue 145

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

Shades of Sweet Pink #F19491

Tints of Sweet Pink #F19491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.72%

 BLUE value IS 145 (57.03% from 255) = 27.15%

R = 45.13%
G = 27.72%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F19491 (or 0xF19491) is known color: Sweet Pink. HEX triplet: F1, 94 and 91. RGB value is (241,148,145). Sum of RGB (Red+Green+Blue) = 241+148+145=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F19491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19491 is #0E6B6E. Grayscale: #AFAFAF. Windows color (decimal): -945007 or 9540849. OLE color: 9540849.

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

Color convert

RGB 241 148 145 -
CMYK 0 0.39 0.40 0.05
HSL 1.88º 0.77% 0.76% -
HSV(B) 1.88º 0.4% 0.95% -
XYZ 51.98 41.92 32.14 -
YUV 175.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 241 148 145 0 0.39 0.40 0.05 1.88 0.77 0.76
Hex F1 94 91 0 27 28 5 2 4D 4C
Octal 361 224 221 0 47 50 5 2 115 114
Binary 11110001 10010100 10010001 0 100111 101000 101 10 1001101 1001100

Color Harmonies of #F19491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19491

Black with #F19491

Text Example


Text Example

White with #F19491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19491; }

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

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

background-color css

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

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

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

border-color css

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

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

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