Html Css Color HEX #FE3A8E Wild Strawberry

📋 copy color: '#FE3A8E'

red 254 ◦ green 58 ◦ blue 142

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

Shades of Wild Strawberry #FE3A8E

Tints of Wild Strawberry #FE3A8E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.78%

 BLUE value IS 142 (55.86% from 255) = 31.28%

R = 55.95%
G = 12.78%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE3A8E (or 0xFE3A8E) is known color: Wild Strawberry. HEX triplet: FE, 3A and 8E. RGB value is (254,58,142). Sum of RGB (Red+Green+Blue) = 254+58+142=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3A8E is #01C571. Grayscale: #7E7E7E. Windows color (decimal): -116082 or 9321214. OLE color: 9321214.

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

Color convert

RGB 254 58 142 -
CMYK 0 0.77 0.44 0.00
HSL 334.29º 0.99% 0.61% -
HSV(B) 334.29º 0.77% 1% -
XYZ 47.27 26.05 28.13 -
YUV 126.18 136.93 219.17 -
System Red Green Blue C M Y K H S L
Decimal 254 58 142 0 0.77 0.44 0.00 334.29 0.99 0.61
Hex FE 3A 8E 0 4D 2C 0 14E 63 3D
Octal 376 72 216 0 115 54 0 516 143 75
Binary 11111110 111010 10001110 0 1001101 101100 0 101001110 1100011 111101

Color Harmonies of #FE3A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A8E

Black with #FE3A8E

Text Example


Text Example

White with #FE3A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A8E; }

 p { color: rgb(254,58,142); }

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

background-color css

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

 a { background-color: rgb(254,58,142); }

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

border-color css

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

 span { border-color: rgb(254,58,142); }

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