Html Css Color HEX #F19691 Sweet Pink

📋 copy color: '#F19691'

red 241 ◦ green 150 ◦ blue 145

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

Shades of Sweet Pink #F19691

Tints of Sweet Pink #F19691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.99%

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

R = 44.96%
G = 27.99%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F19691 (or 0xF19691) is known color: Sweet Pink. HEX triplet: F1, 96 and 91. RGB value is (241,150,145). Sum of RGB (Red+Green+Blue) = 241+150+145=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F19691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19691 is #0E696E. Grayscale: #B0B0B0. Windows color (decimal): -944495 or 9541361. OLE color: 9541361.

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

Color convert

RGB 241 150 145 -
CMYK 0 0.38 0.40 0.05
HSL 3.13º 0.77% 0.76% -
HSV(B) 3.13º 0.4% 0.95% -
XYZ 52.29 42.56 32.25 -
YUV 176.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 241 150 145 0 0.38 0.40 0.05 3.13 0.77 0.76
Hex F1 96 91 0 26 28 5 3 4D 4C
Octal 361 226 221 0 46 50 5 3 115 114
Binary 11110001 10010110 10010001 0 100110 101000 101 11 1001101 1001100

Color Harmonies of #F19691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19691

Black with #F19691

Text Example


Text Example

White with #F19691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19691; }

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

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

background-color css

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

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

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

border-color css

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

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

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