Html Css Color HEX #FE298B Wild Strawberry

📋 copy color: '#FE298B'

red 254 ◦ green 41 ◦ blue 139

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

Shades of Wild Strawberry #FE298B

Tints of Wild Strawberry #FE298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.03%

R = 58.53%
G = 9.45%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE298B (or 0xFE298B) is known color: Wild Strawberry. HEX triplet: FE, 29 and 8B. RGB value is (254,41,139). Sum of RGB (Red+Green+Blue) = 254+41+139=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE298B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE298B is #01D674. Grayscale: #737373. Windows color (decimal): -120437 or 9120254. OLE color: 9120254.

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

Color convert

RGB 254 41 139 -
CMYK 0 0.84 0.45 0.00
HSL 332.39º 0.99% 0.58% -
HSV(B) 332.39º 0.84% 1% -
XYZ 46.33 24.52 26.72 -
YUV 115.86 141.07 226.53 -
System Red Green Blue C M Y K H S L
Decimal 254 41 139 0 0.84 0.45 0.00 332.39 0.99 0.58
Hex FE 29 8B 0 54 2D 0 14C 63 3A
Octal 376 51 213 0 124 55 0 514 143 72
Binary 11111110 101001 10001011 0 1010100 101101 0 101001100 1100011 111010

Color Harmonies of #FE298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE298B

Black with #FE298B

Text Example


Text Example

White with #FE298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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