Html Css Color HEX #F993A0 Wewak

📋 copy color: '#F993A0'

red 249 ◦ green 147 ◦ blue 160

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

Shades of Wewak #F993A0

Tints of Wewak #F993A0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.44%

 BLUE value IS 160 (62.89% from 255) = 28.78%

R = 44.78%
G = 26.44%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F993A0 (or 0xF993A0) is known color: Wewak. HEX triplet: F9, 93 and A0. RGB value is (249,147,160). Sum of RGB (Red+Green+Blue) = 249+147+160=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F993A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F993A0 is #066C5F. Grayscale: #B3B3B3. Windows color (decimal): -420960 or 10523641. OLE color: 10523641.

HSL color Cylindrical-coordinate representation of color #F993A0: hue angle of 352.35º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F993A0 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 147 160 -
CMYK 0 0.41 0.36 0.02
HSL 352.35º 0.89% 0.78% -
HSV(B) 352.35º 0.41% 0.98% -
XYZ 55.85 43.55 38.72 -
YUV 178.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 249 147 160 0 0.41 0.36 0.02 352.35 0.89 0.78
Hex F9 93 A0 0 29 24 2 160 59 4E
Octal 371 223 240 0 51 44 2 540 131 116
Binary 11111001 10010011 10100000 0 101001 100100 10 101100000 1011001 1001110

Color Harmonies of #F993A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993A0

Black with #F993A0

Text Example


Text Example

White with #F993A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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