Html Css Color HEX #FE419C Wild Strawberry

📋 copy color: '#FE419C'

red 254 ◦ green 65 ◦ blue 156

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

Shades of Wild Strawberry #FE419C

Tints of Wild Strawberry #FE419C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.84%

R = 53.47%
G = 13.68%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE419C (or 0xFE419C) is known color: Wild Strawberry. HEX triplet: FE, 41 and 9C. RGB value is (254,65,156). Sum of RGB (Red+Green+Blue) = 254+65+156=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE419C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE419C is #01BE63. Grayscale: #838383. Windows color (decimal): -114276 or 10240510. OLE color: 10240510.

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

Color convert

RGB 254 65 156 -
CMYK 0 0.74 0.39 0.00
HSL 331.11º 0.99% 0.63% -
HSV(B) 331.11º 0.74% 1% -
XYZ 48.76 27.25 34.14 -
YUV 131.89 141.62 215.1 -
System Red Green Blue C M Y K H S L
Decimal 254 65 156 0 0.74 0.39 0.00 331.11 0.99 0.63
Hex FE 41 9C 0 4A 27 0 14B 63 3F
Octal 376 101 234 0 112 47 0 513 143 77
Binary 11111110 1000001 10011100 0 1001010 100111 0 101001011 1100011 111111

Color Harmonies of #FE419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE419C

Black with #FE419C

Text Example


Text Example

White with #FE419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE419C; }

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

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

background-color css

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

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

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

border-color css

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

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

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