Html Css Color HEX #FE2992 Wild Strawberry

📋 copy color: '#FE2992'

red 254 ◦ green 41 ◦ blue 146

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

Shades of Wild Strawberry #FE2992

Tints of Wild Strawberry #FE2992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.11%

R = 57.6%
G = 9.3%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE2992 (or 0xFE2992) is known color: Wild Strawberry. HEX triplet: FE, 29 and 92. RGB value is (254,41,146). Sum of RGB (Red+Green+Blue) = 254+41+146=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2992 is #01D66D. Grayscale: #747474. Windows color (decimal): -120430 or 9579006. OLE color: 9579006.

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

Color convert

RGB 254 41 146 -
CMYK 0 0.84 0.43 0.00
HSL 330.42º 0.99% 0.58% -
HSV(B) 330.42º 0.84% 1% -
XYZ 46.85 24.73 29.5 -
YUV 116.66 144.57 225.96 -
System Red Green Blue C M Y K H S L
Decimal 254 41 146 0 0.84 0.43 0.00 330.42 0.99 0.58
Hex FE 29 92 0 54 2B 0 14A 63 3A
Octal 376 51 222 0 124 53 0 512 143 72
Binary 11111110 101001 10010010 0 1010100 101011 0 101001010 1100011 111010

Color Harmonies of #FE2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2992

Black with #FE2992

Text Example


Text Example

White with #FE2992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2992; }

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

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

background-color css

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

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

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

border-color css

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

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

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