Html Css Color HEX #F19996 Sweet Pink

📋 copy color: '#F19996'

red 241 ◦ green 153 ◦ blue 150

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

Shades of Sweet Pink #F19996

Tints of Sweet Pink #F19996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.13%

 BLUE value IS 150 (58.98% from 255) = 27.57%

R = 44.3%
G = 28.13%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F19996 (or 0xF19996) is known color: Sweet Pink. HEX triplet: F1, 99 and 96. RGB value is (241,153,150). Sum of RGB (Red+Green+Blue) = 241+153+150=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F19996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19996 is #0E6669. Grayscale: #B3B3B3. Windows color (decimal): -943722 or 9869809. OLE color: 9869809.

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

Color convert

RGB 241 153 150 -
CMYK 0 0.37 0.38 0.05
HSL 1.98º 0.76% 0.77% -
HSV(B) 1.98º 0.38% 0.95% -
XYZ 53.17 43.69 34.48 -
YUV 178.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 241 153 150 0 0.37 0.38 0.05 1.98 0.76 0.77
Hex F1 99 96 0 25 26 5 2 4C 4D
Octal 361 231 226 0 45 46 5 2 114 115
Binary 11110001 10011001 10010110 0 100101 100110 101 10 1001100 1001101

Color Harmonies of #F19996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19996

Black with #F19996

Text Example


Text Example

White with #F19996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19996; }

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

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

background-color css

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

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

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

border-color css

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

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

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