Html Css Color HEX #F48CA0 Wewak

📋 copy color: '#F48CA0'

red 244 ◦ green 140 ◦ blue 160

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

Shades of Wewak #F48CA0

Tints of Wewak #F48CA0

RGB

 RED value IS 244 (95.7% from 255) = 44.85%

 GREEN value IS 140 (55.08% from 255) = 25.74%

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

R = 44.85%
G = 25.74%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F48CA0 (or 0xF48CA0) is known color: Wewak. HEX triplet: F4, 8C and A0. RGB value is (244,140,160). Sum of RGB (Red+Green+Blue) = 244+140+160=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48CA0 is #0B735F. Grayscale: #ADADAD. Windows color (decimal): -750432 or 10521844. OLE color: 10521844.

HSL color Cylindrical-coordinate representation of color #F48CA0: hue angle of 348.46º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48CA0 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 140 160 -
CMYK 0 0.43 0.34 0.04
HSL 348.46º 0.83% 0.75% -
HSV(B) 348.46º 0.43% 0.96% -
XYZ 53.03 40.53 38.29 -
YUV 173.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 244 140 160 0 0.43 0.34 0.04 348.46 0.83 0.75
Hex F4 8C A0 0 2B 22 4 15C 53 4B
Octal 364 214 240 0 53 42 4 534 123 113
Binary 11110100 10001100 10100000 0 101011 100010 100 101011100 1010011 1001011

Color Harmonies of #F48CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48CA0

Black with #F48CA0

Text Example


Text Example

White with #F48CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48CA0; }

 p { color: rgb(244,140,160); }

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

background-color css

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

 a { background-color: rgb(244,140,160); }

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

border-color css

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

 span { border-color: rgb(244,140,160); }

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