Html Css Color HEX #F68285 Wewak

📋 copy color: '#F68285'

red 246 ◦ green 130 ◦ blue 133

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

Shades of Wewak #F68285

Tints of Wewak #F68285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.13%

R = 48.33%
G = 25.54%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F68285 (or 0xF68285) is known color: Wewak. HEX triplet: F6, 82 and 85. RGB value is (246,130,133). Sum of RGB (Red+Green+Blue) = 246+130+133=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F68285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68285 is #097D7A. Grayscale: #A5A5A5. Windows color (decimal): -621947 or 8749814. OLE color: 8749814.

HSL color Cylindrical-coordinate representation of color #F68285: hue angle of 358.45º 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 #F68285 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 130 133 -
CMYK 0 0.47 0.46 0.04
HSL 358.45º 0.87% 0.74% -
HSV(B) 358.45º 0.47% 0.96% -
XYZ 50.22 37.25 26.73 -
YUV 165.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 246 130 133 0 0.47 0.46 0.04 358.45 0.87 0.74
Hex F6 82 85 0 2F 2E 4 166 57 4A
Octal 366 202 205 0 57 56 4 546 127 112
Binary 11110110 10000010 10000101 0 101111 101110 100 101100110 1010111 1001010

Color Harmonies of #F68285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68285

Black with #F68285

Text Example


Text Example

White with #F68285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68285; }

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

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

background-color css

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

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

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

border-color css

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

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

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