Html Css Color HEX #F9848E Wewak

📋 copy color: '#F9848E'

red 249 ◦ green 132 ◦ blue 142

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

Shades of Wewak #F9848E

Tints of Wewak #F9848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.24%

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

R = 47.61%
G = 25.24%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9848E (or 0xF9848E) is known color: Wewak. HEX triplet: F9, 84 and 8E. RGB value is (249,132,142). Sum of RGB (Red+Green+Blue) = 249+132+142=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F9848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9848E is #067B71. Grayscale: #A8A8A8. Windows color (decimal): -424818 or 9340153. OLE color: 9340153.

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

Color convert

RGB 249 132 142 -
CMYK 0 0.47 0.43 0.02
HSL 354.87º 0.91% 0.75% -
HSV(B) 354.87º 0.47% 0.98% -
XYZ 52.2 38.6 30.29 -
YUV 168.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 249 132 142 0 0.47 0.43 0.02 354.87 0.91 0.75
Hex F9 84 8E 0 2F 2B 2 163 5B 4B
Octal 371 204 216 0 57 53 2 543 133 113
Binary 11111001 10000100 10001110 0 101111 101011 10 101100011 1011011 1001011

Color Harmonies of #F9848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9848E

Black with #F9848E

Text Example


Text Example

White with #F9848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9848E; }

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

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

background-color css

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

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

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

border-color css

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

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

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