Html Css Color HEX #F69A96 Sweet Pink

📋 copy color: '#F69A96'

red 246 ◦ green 154 ◦ blue 150

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

Shades of Sweet Pink #F69A96

Tints of Sweet Pink #F69A96

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28%

 BLUE value IS 150 (58.98% from 255) = 27.27%

R = 44.73%
G = 28%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F69A96 (or 0xF69A96) is known color: Sweet Pink. HEX triplet: F6, 9A and 96. RGB value is (246,154,150). Sum of RGB (Red+Green+Blue) = 246+154+150=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69A96 is #096569. Grayscale: #B5B5B5. Windows color (decimal): -615786 or 9870070. OLE color: 9870070.

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

Color convert

RGB 246 154 150 -
CMYK 0 0.37 0.39 0.04
HSL 2.5º 0.84% 0.78% -
HSV(B) 2.5º 0.39% 0.96% -
XYZ 55.07 44.91 34.62 -
YUV 181.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 246 154 150 0 0.37 0.39 0.04 2.5 0.84 0.78
Hex F6 9A 96 0 25 27 4 2 54 4E
Octal 366 232 226 0 45 47 4 2 124 116
Binary 11110110 10011010 10010110 0 100101 100111 100 10 1010100 1001110

Color Harmonies of #F69A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69A96

Black with #F69A96

Text Example


Text Example

White with #F69A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69A96; }

 p { color: rgb(246,154,150); }

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

background-color css

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

 a { background-color: rgb(246,154,150); }

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

border-color css

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

 span { border-color: rgb(246,154,150); }

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