Html Css Color HEX #F7828A Wewak

📋 copy color: '#F7828A'

red 247 ◦ green 130 ◦ blue 138

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

Shades of Wewak #F7828A

Tints of Wewak #F7828A

RGB

 RED value IS 247 (96.88% from 255) = 47.96%

 GREEN value IS 130 (51.17% from 255) = 25.24%

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

R = 47.96%
G = 25.24%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7828A (or 0xF7828A) is known color: Wewak. HEX triplet: F7, 82 and 8A. RGB value is (247,130,138). Sum of RGB (Red+Green+Blue) = 247+130+138=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F7828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7828A is #087D75. Grayscale: #A5A5A5. Windows color (decimal): -556406 or 9077495. OLE color: 9077495.

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

Color convert

RGB 247 130 138 -
CMYK 0 0.47 0.44 0.03
HSL 355.9º 0.88% 0.74% -
HSV(B) 355.9º 0.47% 0.97% -
XYZ 50.93 37.57 28.61 -
YUV 165.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 247 130 138 0 0.47 0.44 0.03 355.9 0.88 0.74
Hex F7 82 8A 0 2F 2C 3 164 58 4A
Octal 367 202 212 0 57 54 3 544 130 112
Binary 11110111 10000010 10001010 0 101111 101100 11 101100100 1011000 1001010

Color Harmonies of #F7828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7828A

Black with #F7828A

Text Example


Text Example

White with #F7828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7828A; }

 p { color: rgb(247,130,138); }

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

background-color css

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

 a { background-color: rgb(247,130,138); }

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

border-color css

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

 span { border-color: rgb(247,130,138); }

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