Html Css Color HEX #F68A91 Wewak

📋 copy color: '#F68A91'

red 246 ◦ green 138 ◦ blue 145

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

Shades of Wewak #F68A91

Tints of Wewak #F68A91

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.09%

 BLUE value IS 145 (57.03% from 255) = 27.41%

R = 46.5%
G = 26.09%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F68A91 (or 0xF68A91) is known color: Wewak. HEX triplet: F6, 8A and 91. RGB value is (246,138,145). Sum of RGB (Red+Green+Blue) = 246+138+145=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68A91 is #09756E. Grayscale: #ABABAB. Windows color (decimal): -619887 or 9538294. OLE color: 9538294.

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

Color convert

RGB 246 138 145 -
CMYK 0 0.44 0.41 0.04
HSL 356.11º 0.86% 0.75% -
HSV(B) 356.11º 0.44% 0.96% -
XYZ 52.21 39.81 31.72 -
YUV 171.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 246 138 145 0 0.44 0.41 0.04 356.11 0.86 0.75
Hex F6 8A 91 0 2C 29 4 164 56 4B
Octal 366 212 221 0 54 51 4 544 126 113
Binary 11110110 10001010 10010001 0 101100 101001 100 101100100 1010110 1001011

Color Harmonies of #F68A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68A91

Black with #F68A91

Text Example


Text Example

White with #F68A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68A91; }

 p { color: rgb(246,138,145); }

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

background-color css

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

 a { background-color: rgb(246,138,145); }

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

border-color css

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

 span { border-color: rgb(246,138,145); }

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