Html Css Color HEX #F98395 Wewak

📋 copy color: '#F98395'

red 249 ◦ green 131 ◦ blue 149

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

Shades of Wewak #F98395

Tints of Wewak #F98395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.76%

 BLUE value IS 149 (58.59% from 255) = 28.17%

R = 47.07%
G = 24.76%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F98395 (or 0xF98395) is known color: Wewak. HEX triplet: F9, 83 and 95. RGB value is (249,131,149). Sum of RGB (Red+Green+Blue) = 249+131+149=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F98395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98395 is #067C6A. Grayscale: #A8A8A8. Windows color (decimal): -425067 or 9798649. OLE color: 9798649.

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

Color convert

RGB 249 131 149 -
CMYK 0 0.47 0.40 0.02
HSL 350.85º 0.91% 0.75% -
HSV(B) 350.85º 0.47% 0.98% -
XYZ 52.61 38.54 33.1 -
YUV 168.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 249 131 149 0 0.47 0.40 0.02 350.85 0.91 0.75
Hex F9 83 95 0 2F 28 2 15F 5B 4B
Octal 371 203 225 0 57 50 2 537 133 113
Binary 11111001 10000011 10010101 0 101111 101000 10 101011111 1011011 1001011

Color Harmonies of #F98395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98395

Black with #F98395

Text Example


Text Example

White with #F98395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98395; }

 p { color: rgb(249,131,149); }

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

background-color css

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

 a { background-color: rgb(249,131,149); }

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

border-color css

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

 span { border-color: rgb(249,131,149); }

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