Html Css Color HEX #FE338F Wild Strawberry

📋 copy color: '#FE338F'

red 254 ◦ green 51 ◦ blue 143

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

Shades of Wild Strawberry #FE338F

Tints of Wild Strawberry #FE338F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.92%

R = 56.7%
G = 11.38%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE338F (or 0xFE338F) is known color: Wild Strawberry. HEX triplet: FE, 33 and 8F. RGB value is (254,51,143). Sum of RGB (Red+Green+Blue) = 254+51+143=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE338F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE338F is #01CC70. Grayscale: #7A7A7A. Windows color (decimal): -117873 or 9384958. OLE color: 9384958.

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

Color convert

RGB 254 51 143 -
CMYK 0 0.80 0.44 0.00
HSL 332.81º 0.99% 0.6% -
HSV(B) 332.81º 0.8% 1% -
XYZ 47.01 25.42 28.42 -
YUV 122.19 139.75 222.02 -
System Red Green Blue C M Y K H S L
Decimal 254 51 143 0 0.80 0.44 0.00 332.81 0.99 0.6
Hex FE 33 8F 0 50 2C 0 14D 63 3C
Octal 376 63 217 0 120 54 0 515 143 74
Binary 11111110 110011 10001111 0 1010000 101100 0 101001101 1100011 111100

Color Harmonies of #FE338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE338F

Black with #FE338F

Text Example


Text Example

White with #FE338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE338F; }

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

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

background-color css

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

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

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

border-color css

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

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

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