Html Css Color HEX #F19385 Sweet Pink

📋 copy color: '#F19385'

red 241 ◦ green 147 ◦ blue 133

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

Shades of Sweet Pink #F19385

Tints of Sweet Pink #F19385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.21%

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

R = 46.26%
G = 28.21%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F19385 (or 0xF19385) is known color: Sweet Pink. HEX triplet: F1, 93 and 85. RGB value is (241,147,133). Sum of RGB (Red+Green+Blue) = 241+147+133=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F19385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19385 is #0E6C7A. Grayscale: #ADADAD. Windows color (decimal): -945275 or 8754161. OLE color: 8754161.

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

Color convert

RGB 241 147 133 -
CMYK 0 0.39 0.45 0.05
HSL 7.78º 0.79% 0.73% -
HSV(B) 7.78º 0.45% 0.95% -
XYZ 50.94 41.26 27.47 -
YUV 173.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 241 147 133 0 0.39 0.45 0.05 7.78 0.79 0.73
Hex F1 93 85 0 27 2D 5 8 4F 49
Octal 361 223 205 0 47 55 5 10 117 111
Binary 11110001 10010011 10000101 0 100111 101101 101 1000 1001111 1001001

Color Harmonies of #F19385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19385

Black with #F19385

Text Example


Text Example

White with #F19385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19385; }

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

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

background-color css

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

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

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

border-color css

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

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

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