Html Css Color HEX #F7828E Wewak

📋 copy color: '#F7828E'

red 247 ◦ green 130 ◦ blue 142

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

Shades of Wewak #F7828E

Tints of Wewak #F7828E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.36%

R = 47.59%
G = 25.05%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7828E (or 0xF7828E) is known color: Wewak. HEX triplet: F7, 82 and 8E. RGB value is (247,130,142). Sum of RGB (Red+Green+Blue) = 247+130+142=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F7828E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7828E is #087D71. Grayscale: #A6A6A6. Windows color (decimal): -556402 or 9339639. OLE color: 9339639.

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

Color convert

RGB 247 130 142 -
CMYK 0 0.47 0.43 0.03
HSL 353.85º 0.88% 0.74% -
HSV(B) 353.85º 0.47% 0.97% -
XYZ 51.22 37.69 30.17 -
YUV 166.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 247 130 142 0 0.47 0.43 0.03 353.85 0.88 0.74
Hex F7 82 8E 0 2F 2B 3 162 58 4A
Octal 367 202 216 0 57 53 3 542 130 112
Binary 11110111 10000010 10001110 0 101111 101011 11 101100010 1011000 1001010

Color Harmonies of #F7828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7828E

Black with #F7828E

Text Example


Text Example

White with #F7828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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