Html Css Color HEX #FE3498 Wild Strawberry

📋 copy color: '#FE3498'

red 254 ◦ green 52 ◦ blue 152

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

Shades of Wild Strawberry #FE3498

Tints of Wild Strawberry #FE3498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.35%

 BLUE value IS 152 (59.77% from 255) = 33.19%

R = 55.46%
G = 11.35%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE3498 (or 0xFE3498) is known color: Wild Strawberry. HEX triplet: FE, 34 and 98. RGB value is (254,52,152). Sum of RGB (Red+Green+Blue) = 254+52+152=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3498 is #01CB67. Grayscale: #7B7B7B. Windows color (decimal): -117608 or 9975038. OLE color: 9975038.

HSL color Cylindrical-coordinate representation of color #FE3498: 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.8%. Process color model (Four color, CMYK) of #FE3498 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 52 152 -
CMYK 0 0.80 0.40 0.00
HSL 330.3º 0.99% 0.6% -
HSV(B) 330.3º 0.8% 1% -
XYZ 47.77 25.79 32.17 -
YUV 123.8 143.92 220.87 -
System Red Green Blue C M Y K H S L
Decimal 254 52 152 0 0.80 0.40 0.00 330.3 0.99 0.6
Hex FE 34 98 0 50 28 0 14A 63 3C
Octal 376 64 230 0 120 50 0 512 143 74
Binary 11111110 110100 10011000 0 1010000 101000 0 101001010 1100011 111100

Color Harmonies of #FE3498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3498

Black with #FE3498

Text Example


Text Example

White with #FE3498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3498; }

 p { color: rgb(254,52,152); }

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

background-color css

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

 a { background-color: rgb(254,52,152); }

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

border-color css

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

 span { border-color: rgb(254,52,152); }

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