Html Css Color HEX #F68495 Wewak

📋 copy color: '#F68495'

red 246 ◦ green 132 ◦ blue 149

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

Shades of Wewak #F68495

Tints of Wewak #F68495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.05%

 BLUE value IS 149 (58.59% from 255) = 28.27%

R = 46.68%
G = 25.05%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F68495 (or 0xF68495) is known color: Wewak. HEX triplet: F6, 84 and 95. RGB value is (246,132,149). Sum of RGB (Red+Green+Blue) = 246+132+149=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F68495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68495 is #097B6A. Grayscale: #A8A8A8. Windows color (decimal): -621419 or 9798902. OLE color: 9798902.

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

Color convert

RGB 246 132 149 -
CMYK 0 0.46 0.39 0.04
HSL 351.05º 0.86% 0.74% -
HSV(B) 351.05º 0.46% 0.96% -
XYZ 51.68 38.27 33.1 -
YUV 168.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 246 132 149 0 0.46 0.39 0.04 351.05 0.86 0.74
Hex F6 84 95 0 2E 27 4 15F 56 4A
Octal 366 204 225 0 56 47 4 537 126 112
Binary 11110110 10000100 10010101 0 101110 100111 100 101011111 1010110 1001010

Color Harmonies of #F68495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68495

Black with #F68495

Text Example


Text Example

White with #F68495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68495; }

 p { color: rgb(246,132,149); }

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

background-color css

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

 a { background-color: rgb(246,132,149); }

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

border-color css

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

 span { border-color: rgb(246,132,149); }

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