Html Css Color HEX #F19685 Sweet Pink

📋 copy color: '#F19685'

red 241 ◦ green 150 ◦ blue 133

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

Shades of Sweet Pink #F19685

Tints of Sweet Pink #F19685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.38%

R = 45.99%
G = 28.63%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F19685 (or 0xF19685) is known color: Sweet Pink. HEX triplet: F1, 96 and 85. RGB value is (241,150,133). Sum of RGB (Red+Green+Blue) = 241+150+133=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F19685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19685 is #0E697A. Grayscale: #AFAFAF. Windows color (decimal): -944507 or 8754929. OLE color: 8754929.

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

Color convert

RGB 241 150 133 -
CMYK 0 0.38 0.45 0.05
HSL 9.44º 0.79% 0.73% -
HSV(B) 9.44º 0.45% 0.95% -
XYZ 51.42 42.21 27.63 -
YUV 175.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 241 150 133 0 0.38 0.45 0.05 9.44 0.79 0.73
Hex F1 96 85 0 26 2D 5 9 4F 49
Octal 361 226 205 0 46 55 5 11 117 111
Binary 11110001 10010110 10000101 0 100110 101101 101 1001 1001111 1001001

Color Harmonies of #F19685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19685

Black with #F19685

Text Example


Text Example

White with #F19685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19685; }

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

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

background-color css

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

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

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

border-color css

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

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

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