Html Css Color HEX #F98594 Wewak

📋 copy color: '#F98594'

red 249 ◦ green 133 ◦ blue 148

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

Shades of Wewak #F98594

Tints of Wewak #F98594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.09%

 BLUE value IS 148 (58.2% from 255) = 27.92%

R = 46.98%
G = 25.09%
B = 27.92%

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

#F98594 (or 0xF98594) is known color: Wewak. HEX triplet: F9, 85 and 94. RGB value is (249,133,148). Sum of RGB (Red+Green+Blue) = 249+133+148=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F98594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98594 is #067A6B. Grayscale: #A9A9A9. Windows color (decimal): -424556 or 9733625. OLE color: 9733625.

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

Color convert

RGB 249 133 148 -
CMYK 0 0.47 0.41 0.02
HSL 352.24º 0.91% 0.75% -
HSV(B) 352.24º 0.47% 0.98% -
XYZ 52.8 39.05 32.77 -
YUV 169.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 249 133 148 0 0.47 0.41 0.02 352.24 0.91 0.75
Hex F9 85 94 0 2F 29 2 160 5B 4B
Octal 371 205 224 0 57 51 2 540 133 113
Binary 11111001 10000101 10010100 0 101111 101001 10 101100000 1011011 1001011

Color Harmonies of #F98594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98594

Black with #F98594

Text Example


Text Example

White with #F98594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98594; }

 p { color: rgb(249,133,148); }

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

background-color css

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

 a { background-color: rgb(249,133,148); }

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

border-color css

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

 span { border-color: rgb(249,133,148); }

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