Html Css Color HEX #FE419D Wild Strawberry

📋 copy color: '#FE419D'

red 254 ◦ green 65 ◦ blue 157

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

Shades of Wild Strawberry #FE419D

Tints of Wild Strawberry #FE419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.98%

R = 53.36%
G = 13.66%
B = 32.98%

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

#FE419D (or 0xFE419D) is known color: Wild Strawberry. HEX triplet: FE, 41 and 9D. RGB value is (254,65,157). Sum of RGB (Red+Green+Blue) = 254+65+157=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE419D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE419D is #01BE62. Grayscale: #838383. Windows color (decimal): -114275 or 10306046. OLE color: 10306046.

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

Color convert

RGB 254 65 157 -
CMYK 0 0.74 0.38 0.00
HSL 330.79º 0.99% 0.63% -
HSV(B) 330.79º 0.74% 1% -
XYZ 48.85 27.29 34.59 -
YUV 132 142.12 215.02 -
System Red Green Blue C M Y K H S L
Decimal 254 65 157 0 0.74 0.38 0.00 330.79 0.99 0.63
Hex FE 41 9D 0 4A 26 0 14B 63 3F
Octal 376 101 235 0 112 46 0 513 143 77
Binary 11111110 1000001 10011101 0 1001010 100110 0 101001011 1100011 111111

Color Harmonies of #FE419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE419D

Black with #FE419D

Text Example


Text Example

White with #FE419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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