Html Css Color HEX #FE419E Wild Strawberry

📋 copy color: '#FE419E'

red 254 ◦ green 65 ◦ blue 158

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

Shades of Wild Strawberry #FE419E

Tints of Wild Strawberry #FE419E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.63%

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

R = 53.25%
G = 13.63%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE419E (or 0xFE419E) is known color: Wild Strawberry. HEX triplet: FE, 41 and 9E. RGB value is (254,65,158). Sum of RGB (Red+Green+Blue) = 254+65+158=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE419E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE419E is #01BE61. Grayscale: #838383. Windows color (decimal): -114274 or 10371582. OLE color: 10371582.

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

Color convert

RGB 254 65 158 -
CMYK 0 0.74 0.38 0.00
HSL 330.48º 0.99% 0.63% -
HSV(B) 330.48º 0.74% 1% -
XYZ 48.93 27.32 35.04 -
YUV 132.11 142.62 214.94 -
System Red Green Blue C M Y K H S L
Decimal 254 65 158 0 0.74 0.38 0.00 330.48 0.99 0.63
Hex FE 41 9E 0 4A 26 0 14A 63 3F
Octal 376 101 236 0 112 46 0 512 143 77
Binary 11111110 1000001 10011110 0 1001010 100110 0 101001010 1100011 111111

Color Harmonies of #FE419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE419E

Black with #FE419E

Text Example


Text Example

White with #FE419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE419E; }

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

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

background-color css

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

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

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

border-color css

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

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

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