Html Css Color HEX #F69994 Sweet Pink

📋 copy color: '#F69994'

red 246 ◦ green 153 ◦ blue 148

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

Shades of Sweet Pink #F69994

Tints of Sweet Pink #F69994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.97%

 BLUE value IS 148 (58.2% from 255) = 27.06%

R = 44.97%
G = 27.97%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F69994 (or 0xF69994) is known color: Sweet Pink. HEX triplet: F6, 99 and 94. RGB value is (246,153,148). Sum of RGB (Red+Green+Blue) = 246+153+148=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F69994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69994 is #09666B. Grayscale: #B4B4B4. Windows color (decimal): -616044 or 9738742. OLE color: 9738742.

HSL color Cylindrical-coordinate representation of color #F69994: hue angle of 3.06º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F69994 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 153 148 -
CMYK 0 0.38 0.40 0.04
HSL 3.06º 0.84% 0.77% -
HSV(B) 3.06º 0.4% 0.96% -
XYZ 54.74 44.51 33.72 -
YUV 180.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 246 153 148 0 0.38 0.40 0.04 3.06 0.84 0.77
Hex F6 99 94 0 26 28 4 3 54 4D
Octal 366 231 224 0 46 50 4 3 124 115
Binary 11110110 10011001 10010100 0 100110 101000 100 11 1010100 1001101

Color Harmonies of #F69994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69994

Black with #F69994

Text Example


Text Example

White with #F69994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69994; }

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

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

background-color css

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

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

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

border-color css

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

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

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