Html Css Color HEX #F69894 Sweet Pink

📋 copy color: '#F69894'

red 246 ◦ green 152 ◦ blue 148

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

Shades of Sweet Pink #F69894

Tints of Sweet Pink #F69894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.84%

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

R = 45.05%
G = 27.84%
B = 27.11%

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

#F69894 (or 0xF69894) is known color: Sweet Pink. HEX triplet: F6, 98 and 94. RGB value is (246,152,148). Sum of RGB (Red+Green+Blue) = 246+152+148=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F69894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69894 is #09676B. Grayscale: #B3B3B3. Windows color (decimal): -616300 or 9738486. OLE color: 9738486.

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

Color convert

RGB 246 152 148 -
CMYK 0 0.38 0.40 0.04
HSL 2.45º 0.84% 0.77% -
HSV(B) 2.45º 0.4% 0.96% -
XYZ 54.58 44.19 33.67 -
YUV 179.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 246 152 148 0 0.38 0.40 0.04 2.45 0.84 0.77
Hex F6 98 94 0 26 28 4 2 54 4D
Octal 366 230 224 0 46 50 4 2 124 115
Binary 11110110 10011000 10010100 0 100110 101000 100 10 1010100 1001101

Color Harmonies of #F69894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69894

Black with #F69894

Text Example


Text Example

White with #F69894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69894; }

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

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

background-color css

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

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

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

border-color css

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

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

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