Html Css Color HEX #FE318F Wild Strawberry

📋 copy color: '#FE318F'

red 254 ◦ green 49 ◦ blue 143

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

Shades of Wild Strawberry #FE318F

Tints of Wild Strawberry #FE318F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.99%

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

R = 56.95%
G = 10.99%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE318F (or 0xFE318F) is known color: Wild Strawberry. HEX triplet: FE, 31 and 8F. RGB value is (254,49,143). Sum of RGB (Red+Green+Blue) = 254+49+143=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE318F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE318F is #01CE70. Grayscale: #787878. Windows color (decimal): -118385 or 9384446. OLE color: 9384446.

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

Color convert

RGB 254 49 143 -
CMYK 0 0.81 0.44 0.00
HSL 332.49º 0.99% 0.59% -
HSV(B) 332.49º 0.81% 1% -
XYZ 46.93 25.25 28.39 -
YUV 121.01 140.42 222.86 -
System Red Green Blue C M Y K H S L
Decimal 254 49 143 0 0.81 0.44 0.00 332.49 0.99 0.59
Hex FE 31 8F 0 51 2C 0 14C 63 3B
Octal 376 61 217 0 121 54 0 514 143 73
Binary 11111110 110001 10001111 0 1010001 101100 0 101001100 1100011 111011

Color Harmonies of #FE318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE318F

Black with #FE318F

Text Example


Text Example

White with #FE318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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