Html Css Color HEX #FE3699 Wild Strawberry

📋 copy color: '#FE3699'

red 254 ◦ green 54 ◦ blue 153

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

Shades of Wild Strawberry #FE3699

Tints of Wild Strawberry #FE3699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.71%

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

R = 55.1%
G = 11.71%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE3699 (or 0xFE3699) is known color: Wild Strawberry. HEX triplet: FE, 36 and 99. RGB value is (254,54,153). Sum of RGB (Red+Green+Blue) = 254+54+153=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3699 is #01C966. Grayscale: #7C7C7C. Windows color (decimal): -117095 or 10041086. OLE color: 10041086.

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

Color convert

RGB 254 54 153 -
CMYK 0 0.79 0.40 0.00
HSL 330.3º 0.99% 0.6% -
HSV(B) 330.3º 0.79% 1% -
XYZ 47.94 26.01 32.63 -
YUV 125.09 143.76 219.95 -
System Red Green Blue C M Y K H S L
Decimal 254 54 153 0 0.79 0.40 0.00 330.3 0.99 0.6
Hex FE 36 99 0 4F 28 0 14A 63 3C
Octal 376 66 231 0 117 50 0 512 143 74
Binary 11111110 110110 10011001 0 1001111 101000 0 101001010 1100011 111100

Color Harmonies of #FE3699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3699

Black with #FE3699

Text Example


Text Example

White with #FE3699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3699; }

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

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

background-color css

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

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

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

border-color css

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

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

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