Html Css Color HEX #F98493 Wewak

📋 copy color: '#F98493'

red 249 ◦ green 132 ◦ blue 147

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

Shades of Wewak #F98493

Tints of Wewak #F98493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.84%

R = 47.16%
G = 25%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F98493 (or 0xF98493) is known color: Wewak. HEX triplet: F9, 84 and 93. RGB value is (249,132,147). Sum of RGB (Red+Green+Blue) = 249+132+147=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F98493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98493 is #067B6C. Grayscale: #A8A8A8. Windows color (decimal): -424813 or 9667833. OLE color: 9667833.

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

Color convert

RGB 249 132 147 -
CMYK 0 0.47 0.41 0.02
HSL 352.31º 0.91% 0.75% -
HSV(B) 352.31º 0.47% 0.98% -
XYZ 52.58 38.75 32.31 -
YUV 168.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 249 132 147 0 0.47 0.41 0.02 352.31 0.91 0.75
Hex F9 84 93 0 2F 29 2 160 5B 4B
Octal 371 204 223 0 57 51 2 540 133 113
Binary 11111001 10000100 10010011 0 101111 101001 10 101100000 1011011 1001011

Color Harmonies of #F98493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98493

Black with #F98493

Text Example


Text Example

White with #F98493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98493; }

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

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

background-color css

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

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

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

border-color css

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

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

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