Html Css Color HEX #F68C9A Wewak

📋 copy color: '#F68C9A'

red 246 ◦ green 140 ◦ blue 154

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

Shades of Wewak #F68C9A

Tints of Wewak #F68C9A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.93%

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

R = 45.56%
G = 25.93%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F68C9A (or 0xF68C9A) is known color: Wewak. HEX triplet: F6, 8C and 9A. RGB value is (246,140,154). Sum of RGB (Red+Green+Blue) = 246+140+154=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68C9A is #097365. Grayscale: #ADADAD. Windows color (decimal): -619366 or 10128630. OLE color: 10128630.

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

Color convert

RGB 246 140 154 -
CMYK 0 0.43 0.37 0.04
HSL 352.08º 0.85% 0.76% -
HSV(B) 352.08º 0.43% 0.96% -
XYZ 53.22 40.68 35.62 -
YUV 173.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 246 140 154 0 0.43 0.37 0.04 352.08 0.85 0.76
Hex F6 8C 9A 0 2B 25 4 160 55 4C
Octal 366 214 232 0 53 45 4 540 125 114
Binary 11110110 10001100 10011010 0 101011 100101 100 101100000 1010101 1001100

Color Harmonies of #F68C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68C9A

Black with #F68C9A

Text Example


Text Example

White with #F68C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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