Html Css Color HEX #F9868C Wewak

📋 copy color: '#F9868C'

red 249 ◦ green 134 ◦ blue 140

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

Shades of Wewak #F9868C

Tints of Wewak #F9868C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.77%

R = 47.61%
G = 25.62%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9868C (or 0xF9868C) is known color: Wewak. HEX triplet: F9, 86 and 8C. RGB value is (249,134,140). Sum of RGB (Red+Green+Blue) = 249+134+140=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F9868C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9868C is #067973. Grayscale: #A9A9A9. Windows color (decimal): -424308 or 9209593. OLE color: 9209593.

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

Color convert

RGB 249 134 140 -
CMYK 0 0.46 0.44 0.02
HSL 356.87º 0.91% 0.75% -
HSV(B) 356.87º 0.46% 0.98% -
XYZ 52.33 39.08 29.6 -
YUV 169.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 249 134 140 0 0.46 0.44 0.02 356.87 0.91 0.75
Hex F9 86 8C 0 2E 2C 2 165 5B 4B
Octal 371 206 214 0 56 54 2 545 133 113
Binary 11111001 10000110 10001100 0 101110 101100 10 101100101 1011011 1001011

Color Harmonies of #F9868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9868C

Black with #F9868C

Text Example


Text Example

White with #F9868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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