Html Css Color HEX #F5868E Wewak

📋 copy color: '#F5868E'

red 245 ◦ green 134 ◦ blue 142

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

Shades of Wewak #F5868E

Tints of Wewak #F5868E

RGB

 RED value IS 245 (96.09% from 255) = 47.02%

 GREEN value IS 134 (52.73% from 255) = 25.72%

 BLUE value IS 142 (55.86% from 255) = 27.26%

R = 47.02%
G = 25.72%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5868E (or 0xF5868E) is known color: Wewak. HEX triplet: F5, 86 and 8E. RGB value is (245,134,142). Sum of RGB (Red+Green+Blue) = 245+134+142=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5868E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5868E is #0A7971. Grayscale: #A8A8A8. Windows color (decimal): -686450 or 9340661. OLE color: 9340661.

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

Color convert

RGB 245 134 142 -
CMYK 0 0.45 0.42 0.04
HSL 355.68º 0.85% 0.74% -
HSV(B) 355.68º 0.45% 0.96% -
XYZ 51.06 38.42 30.31 -
YUV 168.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 245 134 142 0 0.45 0.42 0.04 355.68 0.85 0.74
Hex F5 86 8E 0 2D 2A 4 164 55 4A
Octal 365 206 216 0 55 52 4 544 125 112
Binary 11110101 10000110 10001110 0 101101 101010 100 101100100 1010101 1001010

Color Harmonies of #F5868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5868E

Black with #F5868E

Text Example


Text Example

White with #F5868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5868E; }

 p { color: rgb(245,134,142); }

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

background-color css

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

 a { background-color: rgb(245,134,142); }

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

border-color css

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

 span { border-color: rgb(245,134,142); }

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