Html Css Color HEX #FE429A Wild Strawberry

📋 copy color: '#FE429A'

red 254 ◦ green 66 ◦ blue 154

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

Shades of Wild Strawberry #FE429A

Tints of Wild Strawberry #FE429A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.92%

 BLUE value IS 154 (60.55% from 255) = 32.49%

R = 53.59%
G = 13.92%
B = 32.49%

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

#FE429A (or 0xFE429A) is known color: Wild Strawberry. HEX triplet: FE, 42 and 9A. RGB value is (254,66,154). Sum of RGB (Red+Green+Blue) = 254+66+154=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE429A is #01BD65. Grayscale: #848484. Windows color (decimal): -114022 or 10109694. OLE color: 10109694.

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

Color convert

RGB 254 66 154 -
CMYK 0 0.74 0.39 0.00
HSL 331.91º 0.99% 0.63% -
HSV(B) 331.91º 0.74% 1% -
XYZ 48.65 27.3 33.28 -
YUV 132.24 140.28 214.84 -
System Red Green Blue C M Y K H S L
Decimal 254 66 154 0 0.74 0.39 0.00 331.91 0.99 0.63
Hex FE 42 9A 0 4A 27 0 14C 63 3F
Octal 376 102 232 0 112 47 0 514 143 77
Binary 11111110 1000010 10011010 0 1001010 100111 0 101001100 1100011 111111

Color Harmonies of #FE429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE429A

Black with #FE429A

Text Example


Text Example

White with #FE429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE429A; }

 p { color: rgb(254,66,154); }

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

background-color css

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

 a { background-color: rgb(254,66,154); }

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

border-color css

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

 span { border-color: rgb(254,66,154); }

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