Html Css Color HEX #FE7F8F Wewak

📋 copy color: '#FE7F8F'

red 254 ◦ green 127 ◦ blue 143

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

Shades of Wewak #FE7F8F

Tints of Wewak #FE7F8F

RGB

 RED value IS 254 (99.61% from 255) = 48.47%

 GREEN value IS 127 (50% from 255) = 24.24%

 BLUE value IS 143 (56.25% from 255) = 27.29%

R = 48.47%
G = 24.24%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE7F8F (or 0xFE7F8F) is known color: Wewak. HEX triplet: FE, 7F and 8F. RGB value is (254,127,143). Sum of RGB (Red+Green+Blue) = 254+127+143=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7F8F is #018070. Grayscale: #A6A6A6. Windows color (decimal): -98417 or 9404414. OLE color: 9404414.

HSL color Cylindrical-coordinate representation of color #FE7F8F: hue angle of 352.44º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7F8F is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 127 143 -
CMYK 0 0.50 0.44 0.00
HSL 352.44º 0.98% 0.75% -
HSV(B) 352.44º 0.5% 1% -
XYZ 53.42 38.23 30.55 -
YUV 166.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 254 127 143 0 0.50 0.44 0.00 352.44 0.98 0.75
Hex FE 7F 8F 0 32 2C 0 160 62 4B
Octal 376 177 217 0 62 54 0 540 142 113
Binary 11111110 1111111 10001111 0 110010 101100 0 101100000 1100010 1001011

Color Harmonies of #FE7F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F8F

Black with #FE7F8F

Text Example


Text Example

White with #FE7F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F8F; }

 p { color: rgb(254,127,143); }

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

background-color css

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

 a { background-color: rgb(254,127,143); }

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

border-color css

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

 span { border-color: rgb(254,127,143); }

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