Html Css Color HEX #F69096 Wewak

📋 copy color: '#F69096'

red 246 ◦ green 144 ◦ blue 150

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

Shades of Wewak #F69096

Tints of Wewak #F69096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.67%

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

R = 45.56%
G = 26.67%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F69096 (or 0xF69096) is known color: Wewak. HEX triplet: F6, 90 and 96. RGB value is (246,144,150). Sum of RGB (Red+Green+Blue) = 246+144+150=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F69096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69096 is #096F69. Grayscale: #AFAFAF. Windows color (decimal): -618346 or 9867510. OLE color: 9867510.

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

Color convert

RGB 246 144 150 -
CMYK 0 0.41 0.39 0.04
HSL 356.47º 0.85% 0.76% -
HSV(B) 356.47º 0.41% 0.96% -
XYZ 53.48 41.74 34.09 -
YUV 175.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 246 144 150 0 0.41 0.39 0.04 356.47 0.85 0.76
Hex F6 90 96 0 29 27 4 164 55 4C
Octal 366 220 226 0 51 47 4 544 125 114
Binary 11110110 10010000 10010110 0 101001 100111 100 101100100 1010101 1001100

Color Harmonies of #F69096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69096

Black with #F69096

Text Example


Text Example

White with #F69096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69096; }

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

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

background-color css

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

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

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

border-color css

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

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

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