Html Css Color HEX #F48A98 Wewak

📋 copy color: '#F48A98'

red 244 ◦ green 138 ◦ blue 152

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

Shades of Wewak #F48A98

Tints of Wewak #F48A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.84%

 BLUE value IS 152 (59.77% from 255) = 28.46%

R = 45.69%
G = 25.84%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F48A98 (or 0xF48A98) is known color: Wewak. HEX triplet: F4, 8A and 98. RGB value is (244,138,152). Sum of RGB (Red+Green+Blue) = 244+138+152=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48A98 is #0B7567. Grayscale: #ABABAB. Windows color (decimal): -750952 or 9997044. OLE color: 9997044.

HSL color Cylindrical-coordinate representation of color #F48A98: hue angle of 352.08º 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 #F48A98 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 138 152 -
CMYK 0 0.43 0.38 0.04
HSL 352.08º 0.83% 0.75% -
HSV(B) 352.08º 0.43% 0.96% -
XYZ 52.06 39.68 34.62 -
YUV 171.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 244 138 152 0 0.43 0.38 0.04 352.08 0.83 0.75
Hex F4 8A 98 0 2B 26 4 160 53 4B
Octal 364 212 230 0 53 46 4 540 123 113
Binary 11110100 10001010 10011000 0 101011 100110 100 101100000 1010011 1001011

Color Harmonies of #F48A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48A98

Black with #F48A98

Text Example


Text Example

White with #F48A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48A98; }

 p { color: rgb(244,138,152); }

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

background-color css

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

 a { background-color: rgb(244,138,152); }

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

border-color css

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

 span { border-color: rgb(244,138,152); }

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