Html Css Color HEX #FE3388 Wild Strawberry

📋 copy color: '#FE3388'

red 254 ◦ green 51 ◦ blue 136

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

Shades of Wild Strawberry #FE3388

Tints of Wild Strawberry #FE3388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.56%

 BLUE value IS 136 (53.52% from 255) = 30.84%

R = 57.6%
G = 11.56%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE3388 (or 0xFE3388) is known color: Wild Strawberry. HEX triplet: FE, 33 and 88. RGB value is (254,51,136). Sum of RGB (Red+Green+Blue) = 254+51+136=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3388 is #01CC77. Grayscale: #797979. Windows color (decimal): -117880 or 8926206. OLE color: 8926206.

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

Color convert

RGB 254 51 136 -
CMYK 0 0.80 0.46 0.00
HSL 334.88º 0.99% 0.6% -
HSV(B) 334.88º 0.8% 1% -
XYZ 46.5 25.22 25.71 -
YUV 121.39 136.25 222.59 -
System Red Green Blue C M Y K H S L
Decimal 254 51 136 0 0.80 0.46 0.00 334.88 0.99 0.6
Hex FE 33 88 0 50 2E 0 14F 63 3C
Octal 376 63 210 0 120 56 0 517 143 74
Binary 11111110 110011 10001000 0 1010000 101110 0 101001111 1100011 111100

Color Harmonies of #FE3388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3388

Black with #FE3388

Text Example


Text Example

White with #FE3388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3388; }

 p { color: rgb(254,51,136); }

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

background-color css

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

 a { background-color: rgb(254,51,136); }

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

border-color css

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

 span { border-color: rgb(254,51,136); }

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