Html Css Color HEX #F69FA0 Wewak

📋 copy color: '#F69FA0'

red 246 ◦ green 159 ◦ blue 160

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

Shades of Wewak #F69FA0

Tints of Wewak #F69FA0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.14%

 BLUE value IS 160 (62.89% from 255) = 28.32%

R = 43.54%
G = 28.14%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F69FA0 (or 0xF69FA0) is known color: Wewak. HEX triplet: F6, 9F and A0. RGB value is (246,159,160). Sum of RGB (Red+Green+Blue) = 246+159+160=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69FA0 is #09605F. Grayscale: #B9B9B9. Windows color (decimal): -614496 or 10526710. OLE color: 10526710.

HSL color Cylindrical-coordinate representation of color #F69FA0: hue angle of 359.31º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F69FA0 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 159 160 -
CMYK 0 0.35 0.35 0.04
HSL 359.31º 0.83% 0.79% -
HSV(B) 359.31º 0.35% 0.96% -
XYZ 56.75 46.93 39.32 -
YUV 185.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 246 159 160 0 0.35 0.35 0.04 359.31 0.83 0.79
Hex F6 9F A0 0 23 23 4 167 53 4F
Octal 366 237 240 0 43 43 4 547 123 117
Binary 11110110 10011111 10100000 0 100011 100011 100 101100111 1010011 1001111

Color Harmonies of #F69FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69FA0

Black with #F69FA0

Text Example


Text Example

White with #F69FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69FA0; }

 p { color: rgb(246,159,160); }

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

background-color css

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

 a { background-color: rgb(246,159,160); }

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

border-color css

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

 span { border-color: rgb(246,159,160); }

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