Html Css Color HEX #F19290 Sweet Pink

📋 copy color: '#F19290'

red 241 ◦ green 146 ◦ blue 144

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

Shades of Sweet Pink #F19290

Tints of Sweet Pink #F19290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.5%

 BLUE value IS 144 (56.64% from 255) = 27.12%

R = 45.39%
G = 27.5%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F19290 (or 0xF19290) is known color: Sweet Pink. HEX triplet: F1, 92 and 90. RGB value is (241,146,144). Sum of RGB (Red+Green+Blue) = 241+146+144=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F19290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19290 is #0E6D6F. Grayscale: #AEAEAE. Windows color (decimal): -945520 or 9474801. OLE color: 9474801.

HSL color Cylindrical-coordinate representation of color #F19290: hue angle of 1.24º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F19290 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 146 144 -
CMYK 0 0.39 0.40 0.05
HSL 1.24º 0.78% 0.75% -
HSV(B) 1.24º 0.4% 0.95% -
XYZ 51.59 41.27 31.63 -
YUV 174.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 241 146 144 0 0.39 0.40 0.05 1.24 0.78 0.75
Hex F1 92 90 0 27 28 5 1 4E 4B
Octal 361 222 220 0 47 50 5 1 116 113
Binary 11110001 10010010 10010000 0 100111 101000 101 1 1001110 1001011

Color Harmonies of #F19290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19290

Black with #F19290

Text Example


Text Example

White with #F19290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19290; }

 p { color: rgb(241,146,144); }

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

background-color css

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

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

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

border-color css

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

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

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