Html Css Color HEX #F69590 Sweet Pink

📋 copy color: '#F69590'

red 246 ◦ green 149 ◦ blue 144

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

Shades of Sweet Pink #F69590

Tints of Sweet Pink #F69590

RGB

 RED value IS 246 (96.48% from 255) = 45.64%

 GREEN value IS 149 (58.59% from 255) = 27.64%

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

R = 45.64%
G = 27.64%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F69590 (or 0xF69590) is known color: Sweet Pink. HEX triplet: F6, 95 and 90. RGB value is (246,149,144). Sum of RGB (Red+Green+Blue) = 246+149+144=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F69590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69590 is #096A6F. Grayscale: #B1B1B1. Windows color (decimal): -617072 or 9475574. OLE color: 9475574.

HSL color Cylindrical-coordinate representation of color #F69590: hue angle of 2.94º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F69590 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 149 144 -
CMYK 0 0.39 0.41 0.04
HSL 2.94º 0.85% 0.76% -
HSV(B) 2.94º 0.41% 0.96% -
XYZ 53.79 43.1 31.87 -
YUV 177.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 246 149 144 0 0.39 0.41 0.04 2.94 0.85 0.76
Hex F6 95 90 0 27 29 4 3 55 4C
Octal 366 225 220 0 47 51 4 3 125 114
Binary 11110110 10010101 10010000 0 100111 101001 100 11 1010101 1001100

Color Harmonies of #F69590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69590

Black with #F69590

Text Example


Text Example

White with #F69590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69590; }

 p { color: rgb(246,149,144); }

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

background-color css

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

 a { background-color: rgb(246,149,144); }

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

border-color css

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

 span { border-color: rgb(246,149,144); }

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