Html Css Color HEX #FE3F9E Wild Strawberry

📋 copy color: '#FE3F9E'

red 254 ◦ green 63 ◦ blue 158

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

Shades of Wild Strawberry #FE3F9E

Tints of Wild Strawberry #FE3F9E

RGB

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

 GREEN value IS 63 (25% from 255) = 13.26%

 BLUE value IS 158 (62.11% from 255) = 33.26%

R = 53.47%
G = 13.26%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE3F9E (or 0xFE3F9E) is known color: Wild Strawberry. HEX triplet: FE, 3F and 9E. RGB value is (254,63,158). Sum of RGB (Red+Green+Blue) = 254+63+158=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3F9E is #01C061. Grayscale: #828282. Windows color (decimal): -114786 or 10371070. OLE color: 10371070.

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

Color convert

RGB 254 63 158 -
CMYK 0 0.75 0.38 0.00
HSL 330.16º 0.99% 0.62% -
HSV(B) 330.16º 0.75% 1% -
XYZ 48.82 27.09 35 -
YUV 130.94 143.28 215.78 -
System Red Green Blue C M Y K H S L
Decimal 254 63 158 0 0.75 0.38 0.00 330.16 0.99 0.62
Hex FE 3F 9E 0 4B 26 0 14A 63 3E
Octal 376 77 236 0 113 46 0 512 143 76
Binary 11111110 111111 10011110 0 1001011 100110 0 101001010 1100011 111110

Color Harmonies of #FE3F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3F9E

Black with #FE3F9E

Text Example


Text Example

White with #FE3F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3F9E; }

 p { color: rgb(254,63,158); }

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

background-color css

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

 a { background-color: rgb(254,63,158); }

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

border-color css

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

 span { border-color: rgb(254,63,158); }

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