Html Css Color HEX #F68288 Wewak

📋 copy color: '#F68288'

red 246 ◦ green 130 ◦ blue 136

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

Shades of Wewak #F68288

Tints of Wewak #F68288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.39%

 BLUE value IS 136 (53.52% from 255) = 26.56%

R = 48.05%
G = 25.39%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F68288 (or 0xF68288) is known color: Wewak. HEX triplet: F6, 82 and 88. RGB value is (246,130,136). Sum of RGB (Red+Green+Blue) = 246+130+136=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F68288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68288 is #097D77. Grayscale: #A5A5A5. Windows color (decimal): -621944 or 8946422. OLE color: 8946422.

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

Color convert

RGB 246 130 136 -
CMYK 0 0.47 0.45 0.04
HSL 356.9º 0.87% 0.74% -
HSV(B) 356.9º 0.47% 0.96% -
XYZ 50.43 37.34 27.84 -
YUV 165.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 246 130 136 0 0.47 0.45 0.04 356.9 0.87 0.74
Hex F6 82 88 0 2F 2D 4 165 57 4A
Octal 366 202 210 0 57 55 4 545 127 112
Binary 11110110 10000010 10001000 0 101111 101101 100 101100101 1010111 1001010

Color Harmonies of #F68288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68288

Black with #F68288

Text Example


Text Example

White with #F68288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68288; }

 p { color: rgb(246,130,136); }

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

background-color css

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

 a { background-color: rgb(246,130,136); }

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

border-color css

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

 span { border-color: rgb(246,130,136); }

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