Html Css Color HEX #FE379F Wild Strawberry

📋 copy color: '#FE379F'

red 254 ◦ green 55 ◦ blue 159

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

Shades of Wild Strawberry #FE379F

Tints of Wild Strawberry #FE379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.75%

 BLUE value IS 159 (62.5% from 255) = 33.97%

R = 54.27%
G = 11.75%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE379F (or 0xFE379F) is known color: Wild Strawberry. HEX triplet: FE, 37 and 9F. RGB value is (254,55,159). Sum of RGB (Red+Green+Blue) = 254+55+159=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE379F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE379F is #01C860. Grayscale: #7E7E7E. Windows color (decimal): -116833 or 10434558. OLE color: 10434558.

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

Color convert

RGB 254 55 159 -
CMYK 0 0.78 0.37 0.00
HSL 328.64º 0.99% 0.61% -
HSV(B) 328.64º 0.78% 1% -
XYZ 48.5 26.31 35.32 -
YUV 126.36 146.43 219.04 -
System Red Green Blue C M Y K H S L
Decimal 254 55 159 0 0.78 0.37 0.00 328.64 0.99 0.61
Hex FE 37 9F 0 4E 25 0 149 63 3D
Octal 376 67 237 0 116 45 0 511 143 75
Binary 11111110 110111 10011111 0 1001110 100101 0 101001001 1100011 111101

Color Harmonies of #FE379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE379F

Black with #FE379F

Text Example


Text Example

White with #FE379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE379F; }

 p { color: rgb(254,55,159); }

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

background-color css

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

 a { background-color: rgb(254,55,159); }

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

border-color css

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

 span { border-color: rgb(254,55,159); }

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