Html Css Color HEX #FE379D Wild Strawberry

📋 copy color: '#FE379D'

red 254 ◦ green 55 ◦ blue 157

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

Shades of Wild Strawberry #FE379D

Tints of Wild Strawberry #FE379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 54.51%
G = 11.8%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE379D (or 0xFE379D) is known color: Wild Strawberry. HEX triplet: FE, 37 and 9D. RGB value is (254,55,157). Sum of RGB (Red+Green+Blue) = 254+55+157=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE379D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE379D is #01C862. Grayscale: #7D7D7D. Windows color (decimal): -116835 or 10303486. OLE color: 10303486.

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

Color convert

RGB 254 55 157 -
CMYK 0 0.78 0.38 0.00
HSL 329.25º 0.99% 0.61% -
HSV(B) 329.25º 0.78% 1% -
XYZ 48.33 26.24 34.42 -
YUV 126.13 145.43 219.21 -
System Red Green Blue C M Y K H S L
Decimal 254 55 157 0 0.78 0.38 0.00 329.25 0.99 0.61
Hex FE 37 9D 0 4E 26 0 149 63 3D
Octal 376 67 235 0 116 46 0 511 143 75
Binary 11111110 110111 10011101 0 1001110 100110 0 101001001 1100011 111101

Color Harmonies of #FE379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE379D

Black with #FE379D

Text Example


Text Example

White with #FE379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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