Html Css Color HEX #F9848A Wewak

📋 copy color: '#F9848A'

red 249 ◦ green 132 ◦ blue 138

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

Shades of Wewak #F9848A

Tints of Wewak #F9848A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.59%

R = 47.98%
G = 25.43%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9848A (or 0xF9848A) is known color: Wewak. HEX triplet: F9, 84 and 8A. RGB value is (249,132,138). Sum of RGB (Red+Green+Blue) = 249+132+138=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F9848A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9848A is #067B75. Grayscale: #A7A7A7. Windows color (decimal): -424822 or 9078009. OLE color: 9078009.

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

Color convert

RGB 249 132 138 -
CMYK 0 0.47 0.45 0.02
HSL 356.92º 0.91% 0.75% -
HSV(B) 356.92º 0.47% 0.98% -
XYZ 51.91 38.48 28.74 -
YUV 167.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 249 132 138 0 0.47 0.45 0.02 356.92 0.91 0.75
Hex F9 84 8A 0 2F 2D 2 165 5B 4B
Octal 371 204 212 0 57 55 2 545 133 113
Binary 11111001 10000100 10001010 0 101111 101101 10 101100101 1011011 1001011

Color Harmonies of #F9848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9848A

Black with #F9848A

Text Example


Text Example

White with #F9848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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