Html Css Color HEX #FE2982 Wild Strawberry

📋 copy color: '#FE2982'

red 254 ◦ green 41 ◦ blue 130

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

Shades of Wild Strawberry #FE2982

Tints of Wild Strawberry #FE2982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.65%

 BLUE value IS 130 (51.17% from 255) = 30.59%

R = 59.76%
G = 9.65%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE2982 (or 0xFE2982) is known color: Wild Strawberry. HEX triplet: FE, 29 and 82. RGB value is (254,41,130). Sum of RGB (Red+Green+Blue) = 254+41+130=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2982 is #01D67D. Grayscale: #727272. Windows color (decimal): -120446 or 8530430. OLE color: 8530430.

HSL color Cylindrical-coordinate representation of color #FE2982: hue angle of 334.93º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2982 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 41 130 -
CMYK 0 0.84 0.49 0.00
HSL 334.93º 0.99% 0.58% -
HSV(B) 334.93º 0.84% 1% -
XYZ 45.7 24.27 23.39 -
YUV 114.83 136.57 227.26 -
System Red Green Blue C M Y K H S L
Decimal 254 41 130 0 0.84 0.49 0.00 334.93 0.99 0.58
Hex FE 29 82 0 54 31 0 14F 63 3A
Octal 376 51 202 0 124 61 0 517 143 72
Binary 11111110 101001 10000010 0 1010100 110001 0 101001111 1100011 111010

Color Harmonies of #FE2982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2982

Black with #FE2982

Text Example


Text Example

White with #FE2982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2982; }

 p { color: rgb(254,41,130); }

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

background-color css

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

 a { background-color: rgb(254,41,130); }

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

border-color css

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

 span { border-color: rgb(254,41,130); }

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