Html Css Color HEX #F19694 Sweet Pink

📋 copy color: '#F19694'

red 241 ◦ green 150 ◦ blue 148

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

Shades of Sweet Pink #F19694

Tints of Sweet Pink #F19694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.46%

R = 44.71%
G = 27.83%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F19694 (or 0xF19694) is known color: Sweet Pink. HEX triplet: F1, 96 and 94. RGB value is (241,150,148). Sum of RGB (Red+Green+Blue) = 241+150+148=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F19694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19694 is #0E696B. Grayscale: #B1B1B1. Windows color (decimal): -944492 or 9737969. OLE color: 9737969.

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

Color convert

RGB 241 150 148 -
CMYK 0 0.38 0.39 0.05
HSL 1.29º 0.77% 0.76% -
HSV(B) 1.29º 0.39% 0.95% -
XYZ 52.53 42.65 33.48 -
YUV 176.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 241 150 148 0 0.38 0.39 0.05 1.29 0.77 0.76
Hex F1 96 94 0 26 27 5 1 4D 4C
Octal 361 226 224 0 46 47 5 1 115 114
Binary 11110001 10010110 10010100 0 100110 100111 101 1 1001101 1001100

Color Harmonies of #F19694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19694

Black with #F19694

Text Example


Text Example

White with #F19694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19694; }

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

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

background-color css

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

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

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

border-color css

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

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

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