Html Css Color HEX #F5838A Wewak

📋 copy color: '#F5838A'

red 245 ◦ green 131 ◦ blue 138

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

Shades of Wewak #F5838A

Tints of Wewak #F5838A

RGB

 RED value IS 245 (96.09% from 255) = 47.67%

 GREEN value IS 131 (51.56% from 255) = 25.49%

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 47.67%
G = 25.49%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5838A (or 0xF5838A) is known color: Wewak. HEX triplet: F5, 83 and 8A. RGB value is (245,131,138). Sum of RGB (Red+Green+Blue) = 245+131+138=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5838A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5838A is #0A7C75. Grayscale: #A5A5A5. Windows color (decimal): -687222 or 9077749. OLE color: 9077749.

HSL color Cylindrical-coordinate representation of color #F5838A: hue angle of 356.32º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5838A is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 131 138 -
CMYK 0 0.47 0.44 0.04
HSL 356.32º 0.85% 0.74% -
HSV(B) 356.32º 0.47% 0.96% -
XYZ 50.36 37.48 28.62 -
YUV 165.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 245 131 138 0 0.47 0.44 0.04 356.32 0.85 0.74
Hex F5 83 8A 0 2F 2C 4 164 55 4A
Octal 365 203 212 0 57 54 4 544 125 112
Binary 11110101 10000011 10001010 0 101111 101100 100 101100100 1010101 1001010

Color Harmonies of #F5838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5838A

Black with #F5838A

Text Example


Text Example

White with #F5838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5838A; }

 p { color: rgb(245,131,138); }

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

background-color css

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

 a { background-color: rgb(245,131,138); }

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

border-color css

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

 span { border-color: rgb(245,131,138); }

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