Html Css Color HEX #FE3098 Wild Strawberry

📋 copy color: '#FE3098'

red 254 ◦ green 48 ◦ blue 152

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

Shades of Wild Strawberry #FE3098

Tints of Wild Strawberry #FE3098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.57%

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

R = 55.95%
G = 10.57%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE3098 (or 0xFE3098) is known color: Wild Strawberry. HEX triplet: FE, 30 and 98. RGB value is (254,48,152). Sum of RGB (Red+Green+Blue) = 254+48+152=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3098 is #01CF67. Grayscale: #797979. Windows color (decimal): -118632 or 9974014. OLE color: 9974014.

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

Color convert

RGB 254 48 152 -
CMYK 0 0.81 0.40 0.00
HSL 329.71º 0.99% 0.59% -
HSV(B) 329.71º 0.81% 1% -
XYZ 47.6 25.45 32.11 -
YUV 121.45 145.25 222.54 -
System Red Green Blue C M Y K H S L
Decimal 254 48 152 0 0.81 0.40 0.00 329.71 0.99 0.59
Hex FE 30 98 0 51 28 0 14A 63 3B
Octal 376 60 230 0 121 50 0 512 143 73
Binary 11111110 110000 10011000 0 1010001 101000 0 101001010 1100011 111011

Color Harmonies of #FE3098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3098

Black with #FE3098

Text Example


Text Example

White with #FE3098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3098; }

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

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

background-color css

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

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

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

border-color css

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

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

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