Html Css Color HEX #F69490 Sweet Pink

📋 copy color: '#F69490'

red 246 ◦ green 148 ◦ blue 144

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

Shades of Sweet Pink #F69490

Tints of Sweet Pink #F69490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.51%

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

R = 45.72%
G = 27.51%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F69490 (or 0xF69490) is known color: Sweet Pink. HEX triplet: F6, 94 and 90. RGB value is (246,148,144). Sum of RGB (Red+Green+Blue) = 246+148+144=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F69490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69490 is #096B6F. Grayscale: #B0B0B0. Windows color (decimal): -617328 or 9475318. OLE color: 9475318.

HSL color Cylindrical-coordinate representation of color #F69490: hue angle of 2.35º 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 #F69490 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 148 144 -
CMYK 0 0.40 0.41 0.04
HSL 2.35º 0.85% 0.76% -
HSV(B) 2.35º 0.41% 0.96% -
XYZ 53.63 42.79 31.82 -
YUV 176.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 246 148 144 0 0.40 0.41 0.04 2.35 0.85 0.76
Hex F6 94 90 0 28 29 4 2 55 4C
Octal 366 224 220 0 50 51 4 2 125 114
Binary 11110110 10010100 10010000 0 101000 101001 100 10 1010101 1001100

Color Harmonies of #F69490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69490

Black with #F69490

Text Example


Text Example

White with #F69490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69490; }

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

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

background-color css

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

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

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

border-color css

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

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

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