Html Css Color HEX #F9868E Wewak

📋 copy color: '#F9868E'

red 249 ◦ green 134 ◦ blue 142

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

Shades of Wewak #F9868E

Tints of Wewak #F9868E

RGB

 RED value IS 249 (97.66% from 255) = 47.43%

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

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

R = 47.43%
G = 25.52%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9868E (or 0xF9868E) is known color: Wewak. HEX triplet: F9, 86 and 8E. RGB value is (249,134,142). Sum of RGB (Red+Green+Blue) = 249+134+142=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9868E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9868E is #067971. Grayscale: #A9A9A9. Windows color (decimal): -424306 or 9340665. OLE color: 9340665.

HSL color Cylindrical-coordinate representation of color #F9868E: hue angle of 355.83º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F9868E is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 134 142 -
CMYK 0 0.46 0.43 0.02
HSL 355.83º 0.91% 0.75% -
HSV(B) 355.83º 0.46% 0.98% -
XYZ 52.47 39.14 30.38 -
YUV 169.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 249 134 142 0 0.46 0.43 0.02 355.83 0.91 0.75
Hex F9 86 8E 0 2E 2B 2 164 5B 4B
Octal 371 206 216 0 56 53 2 544 133 113
Binary 11111001 10000110 10001110 0 101110 101011 10 101100100 1011011 1001011

Color Harmonies of #F9868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9868E

Black with #F9868E

Text Example


Text Example

White with #F9868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9868E; }

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

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

background-color css

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

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

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

border-color css

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

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

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