Html Css Color HEX #FE429B Wild Strawberry

📋 copy color: '#FE429B'

red 254 ◦ green 66 ◦ blue 155

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

Shades of Wild Strawberry #FE429B

Tints of Wild Strawberry #FE429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.63%

R = 53.47%
G = 13.89%
B = 32.63%

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

#FE429B (or 0xFE429B) is known color: Wild Strawberry. HEX triplet: FE, 42 and 9B. RGB value is (254,66,155). Sum of RGB (Red+Green+Blue) = 254+66+155=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE429B is #01BD64. Grayscale: #848484. Windows color (decimal): -114021 or 10175230. OLE color: 10175230.

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

Color convert

RGB 254 66 155 -
CMYK 0 0.74 0.39 0.00
HSL 331.6º 0.99% 0.63% -
HSV(B) 331.6º 0.74% 1% -
XYZ 48.74 27.33 33.72 -
YUV 132.36 140.78 214.76 -
System Red Green Blue C M Y K H S L
Decimal 254 66 155 0 0.74 0.39 0.00 331.6 0.99 0.63
Hex FE 42 9B 0 4A 27 0 14C 63 3F
Octal 376 102 233 0 112 47 0 514 143 77
Binary 11111110 1000010 10011011 0 1001010 100111 0 101001100 1100011 111111

Color Harmonies of #FE429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE429B

Black with #FE429B

Text Example


Text Example

White with #FE429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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