Html Css Color HEX #FE7F83 Wewak

📋 copy color: '#FE7F83'

red 254 ◦ green 127 ◦ blue 131

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

Shades of Wewak #FE7F83

Tints of Wewak #FE7F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.59%

R = 49.61%
G = 24.8%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE7F83 (or 0xFE7F83) is known color: Wewak. HEX triplet: FE, 7F and 83. RGB value is (254,127,131). Sum of RGB (Red+Green+Blue) = 254+127+131=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7F83 is #01807C. Grayscale: #A5A5A5. Windows color (decimal): -98429 or 8617982. OLE color: 8617982.

HSL color Cylindrical-coordinate representation of color #FE7F83: hue angle of 358.11º 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 #FE7F83 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 127 131 -
CMYK 0 0.50 0.48 0.00
HSL 358.11º 0.98% 0.75% -
HSV(B) 358.11º 0.5% 1% -
XYZ 52.56 37.89 26.02 -
YUV 165.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 254 127 131 0 0.50 0.48 0.00 358.11 0.98 0.75
Hex FE 7F 83 0 32 30 0 166 62 4B
Octal 376 177 203 0 62 60 0 546 142 113
Binary 11111110 1111111 10000011 0 110010 110000 0 101100110 1100010 1001011

Color Harmonies of #FE7F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F83

Black with #FE7F83

Text Example


Text Example

White with #FE7F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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