Html Css Color HEX #F98390 Wewak

📋 copy color: '#F98390'

red 249 ◦ green 131 ◦ blue 144

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

Shades of Wewak #F98390

Tints of Wewak #F98390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 47.52%
G = 25%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F98390 (or 0xF98390) is known color: Wewak. HEX triplet: F9, 83 and 90. RGB value is (249,131,144). Sum of RGB (Red+Green+Blue) = 249+131+144=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F98390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98390 is #067C6F. Grayscale: #A7A7A7. Windows color (decimal): -425072 or 9470969. OLE color: 9470969.

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

Color convert

RGB 249 131 144 -
CMYK 0 0.47 0.42 0.02
HSL 353.39º 0.91% 0.75% -
HSV(B) 353.39º 0.47% 0.98% -
XYZ 52.22 38.39 31.04 -
YUV 167.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 249 131 144 0 0.47 0.42 0.02 353.39 0.91 0.75
Hex F9 83 90 0 2F 2A 2 161 5B 4B
Octal 371 203 220 0 57 52 2 541 133 113
Binary 11111001 10000011 10010000 0 101111 101010 10 101100001 1011011 1001011

Color Harmonies of #F98390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98390

Black with #F98390

Text Example


Text Example

White with #F98390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98390; }

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

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

background-color css

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

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

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

border-color css

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

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

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