Html Css Color HEX #FE4098 Wild Strawberry

📋 copy color: '#FE4098'

red 254 ◦ green 64 ◦ blue 152

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

Shades of Wild Strawberry #FE4098

Tints of Wild Strawberry #FE4098

RGB

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

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

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

R = 54.04%
G = 13.62%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE4098 (or 0xFE4098) is known color: Wild Strawberry. HEX triplet: FE, 40 and 98. RGB value is (254,64,152). Sum of RGB (Red+Green+Blue) = 254+64+152=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4098 is #01BF67. Grayscale: #828282. Windows color (decimal): -114536 or 9978110. OLE color: 9978110.

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

Color convert

RGB 254 64 152 -
CMYK 0 0.75 0.40 0.00
HSL 332.21º 0.99% 0.62% -
HSV(B) 332.21º 0.75% 1% -
XYZ 48.37 27 32.37 -
YUV 130.84 139.95 215.84 -
System Red Green Blue C M Y K H S L
Decimal 254 64 152 0 0.75 0.40 0.00 332.21 0.99 0.62
Hex FE 40 98 0 4B 28 0 14C 63 3E
Octal 376 100 230 0 113 50 0 514 143 76
Binary 11111110 1000000 10011000 0 1001011 101000 0 101001100 1100011 111110

Color Harmonies of #FE4098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4098

Black with #FE4098

Text Example


Text Example

White with #FE4098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4098; }

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

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

background-color css

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

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

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

border-color css

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

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

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