Html Css Color HEX #FE409B Wild Strawberry

📋 copy color: '#FE409B'

red 254 ◦ green 64 ◦ blue 155

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

Shades of Wild Strawberry #FE409B

Tints of Wild Strawberry #FE409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.53%

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

R = 53.7%
G = 13.53%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE409B (or 0xFE409B) is known color: Wild Strawberry. HEX triplet: FE, 40 and 9B. RGB value is (254,64,155). Sum of RGB (Red+Green+Blue) = 254+64+155=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE409B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE409B is #01BF64. Grayscale: #838383. Windows color (decimal): -114533 or 10174718. OLE color: 10174718.

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

Color convert

RGB 254 64 155 -
CMYK 0 0.75 0.39 0.00
HSL 331.26º 0.99% 0.62% -
HSV(B) 331.26º 0.75% 1% -
XYZ 48.62 27.1 33.68 -
YUV 131.18 141.45 215.6 -
System Red Green Blue C M Y K H S L
Decimal 254 64 155 0 0.75 0.39 0.00 331.26 0.99 0.62
Hex FE 40 9B 0 4B 27 0 14B 63 3E
Octal 376 100 233 0 113 47 0 513 143 76
Binary 11111110 1000000 10011011 0 1001011 100111 0 101001011 1100011 111110

Color Harmonies of #FE409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE409B

Black with #FE409B

Text Example


Text Example

White with #FE409B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE409B; }

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

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

background-color css

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

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

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

border-color css

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

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

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