Html Css Color HEX #FE4399 Wild Strawberry

📋 copy color: '#FE4399'

red 254 ◦ green 67 ◦ blue 153

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

Shades of Wild Strawberry #FE4399

Tints of Wild Strawberry #FE4399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.14%

 BLUE value IS 153 (60.16% from 255) = 32.28%

R = 53.59%
G = 14.14%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE4399 (or 0xFE4399) is known color: Wild Strawberry. HEX triplet: FE, 43 and 99. RGB value is (254,67,153). Sum of RGB (Red+Green+Blue) = 254+67+153=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4399 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4399 is #01BC66. Grayscale: #848484. Windows color (decimal): -113767 or 10044414. OLE color: 10044414.

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

Color convert

RGB 254 67 153 -
CMYK 0 0.74 0.40 0.00
HSL 332.41º 0.99% 0.63% -
HSV(B) 332.41º 0.74% 1% -
XYZ 48.63 27.39 32.86 -
YUV 132.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 254 67 153 0 0.74 0.40 0.00 332.41 0.99 0.63
Hex FE 43 99 0 4A 28 0 14C 63 3F
Octal 376 103 231 0 112 50 0 514 143 77
Binary 11111110 1000011 10011001 0 1001010 101000 0 101001100 1100011 111111

Color Harmonies of #FE4399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4399

Black with #FE4399

Text Example


Text Example

White with #FE4399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4399; }

 p { color: rgb(254,67,153); }

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

background-color css

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

 a { background-color: rgb(254,67,153); }

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

border-color css

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

 span { border-color: rgb(254,67,153); }

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