Html Css Color HEX #F7828C Wewak

📋 copy color: '#F7828C'

red 247 ◦ green 130 ◦ blue 140

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

Shades of Wewak #F7828C

Tints of Wewak #F7828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.08%

R = 47.78%
G = 25.15%
B = 27.08%

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

#F7828C (or 0xF7828C) is known color: Wewak. HEX triplet: F7, 82 and 8C. RGB value is (247,130,140). Sum of RGB (Red+Green+Blue) = 247+130+140=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F7828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7828C is #087D73. Grayscale: #A6A6A6. Windows color (decimal): -556404 or 9208567. OLE color: 9208567.

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

Color convert

RGB 247 130 140 -
CMYK 0 0.47 0.43 0.03
HSL 354.87º 0.88% 0.74% -
HSV(B) 354.87º 0.47% 0.97% -
XYZ 51.07 37.63 29.38 -
YUV 166.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 247 130 140 0 0.47 0.43 0.03 354.87 0.88 0.74
Hex F7 82 8C 0 2F 2B 3 163 58 4A
Octal 367 202 214 0 57 53 3 543 130 112
Binary 11110111 10000010 10001100 0 101111 101011 11 101100011 1011000 1001010

Color Harmonies of #F7828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7828C

Black with #F7828C

Text Example


Text Example

White with #F7828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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