Html Css Color HEX #F69D9A Sweet Pink

📋 copy color: '#F69D9A'

red 246 ◦ green 157 ◦ blue 154

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

Shades of Sweet Pink #F69D9A

Tints of Sweet Pink #F69D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.19%

 BLUE value IS 154 (60.55% from 255) = 27.65%

R = 44.17%
G = 28.19%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F69D9A (or 0xF69D9A) is known color: Sweet Pink. HEX triplet: F6, 9D and 9A. RGB value is (246,157,154). Sum of RGB (Red+Green+Blue) = 246+157+154=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69D9A is #096265. Grayscale: #B7B7B7. Windows color (decimal): -615014 or 10132982. OLE color: 10132982.

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

Color convert

RGB 246 157 154 -
CMYK 0 0.36 0.37 0.04
HSL 1.96º 0.84% 0.78% -
HSV(B) 1.96º 0.37% 0.96% -
XYZ 55.9 46.04 36.51 -
YUV 183.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 246 157 154 0 0.36 0.37 0.04 1.96 0.84 0.78
Hex F6 9D 9A 0 24 25 4 2 54 4E
Octal 366 235 232 0 44 45 4 2 124 116
Binary 11110110 10011101 10011010 0 100100 100101 100 10 1010100 1001110

Color Harmonies of #F69D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69D9A

Black with #F69D9A

Text Example


Text Example

White with #F69D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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