Html Css Color HEX #F19696 Sweet Pink

📋 copy color: '#F19696'

red 241 ◦ green 150 ◦ blue 150

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

Shades of Sweet Pink #F19696

Tints of Sweet Pink #F19696

RGB

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

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

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

R = 44.55%
G = 27.73%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F19696 (or 0xF19696) is known color: Sweet Pink. HEX triplet: F1, 96 and 96. RGB value is (241,150,150). Sum of RGB (Red+Green+Blue) = 241+150+150=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F19696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19696 is #0E6969. Grayscale: #B1B1B1. Windows color (decimal): -944490 or 9869041. OLE color: 9869041.

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

Color convert

RGB 241 150 150 -
CMYK 0 0.38 0.38 0.05
HSL 0.76% 0.77% -
HSV(B) 0.38% 0.95% -
XYZ 52.69 42.72 34.32 -
YUV 177.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 241 150 150 0 0.38 0.38 0.05 0 0.76 0.77
Hex F1 96 96 0 26 26 5 0 4C 4D
Octal 361 226 226 0 46 46 5 0 114 115
Binary 11110001 10010110 10010110 0 100110 100110 101 0 1001100 1001101

Color Harmonies of #F19696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19696

Black with #F19696

Text Example


Text Example

White with #F19696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19696; }

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

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

background-color css

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

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

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

border-color css

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

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

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