Html Css Color HEX #F99CA0 Wewak

📋 copy color: '#F99CA0'

red 249 ◦ green 156 ◦ blue 160

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

Shades of Wewak #F99CA0

Tints of Wewak #F99CA0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.61%

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

R = 44.07%
G = 27.61%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F99CA0 (or 0xF99CA0) is known color: Wewak. HEX triplet: F9, 9C and A0. RGB value is (249,156,160). Sum of RGB (Red+Green+Blue) = 249+156+160=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99CA0 is #06635F. Grayscale: #B8B8B8. Windows color (decimal): -418656 or 10525945. OLE color: 10525945.

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

Color convert

RGB 249 156 160 -
CMYK 0 0.37 0.36 0.02
HSL 357.42º 0.89% 0.79% -
HSV(B) 357.42º 0.37% 0.98% -
XYZ 57.3 46.45 39.2 -
YUV 184.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 249 156 160 0 0.37 0.36 0.02 357.42 0.89 0.79
Hex F9 9C A0 0 25 24 2 165 59 4F
Octal 371 234 240 0 45 44 2 545 131 117
Binary 11111001 10011100 10100000 0 100101 100100 10 101100101 1011001 1001111

Color Harmonies of #F99CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99CA0

Black with #F99CA0

Text Example


Text Example

White with #F99CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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