Html Css Color HEX #FE379B Wild Strawberry

📋 copy color: '#FE379B'

red 254 ◦ green 55 ◦ blue 155

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

Shades of Wild Strawberry #FE379B

Tints of Wild Strawberry #FE379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.41%

R = 54.74%
G = 11.85%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE379B (or 0xFE379B) is known color: Wild Strawberry. HEX triplet: FE, 37 and 9B. RGB value is (254,55,155). Sum of RGB (Red+Green+Blue) = 254+55+155=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE379B is #01C864. Grayscale: #7D7D7D. Windows color (decimal): -116837 or 10172414. OLE color: 10172414.

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

Color convert

RGB 254 55 155 -
CMYK 0 0.78 0.39 0.00
HSL 329.85º 0.99% 0.61% -
HSV(B) 329.85º 0.78% 1% -
XYZ 48.16 26.17 33.52 -
YUV 125.9 144.43 219.37 -
System Red Green Blue C M Y K H S L
Decimal 254 55 155 0 0.78 0.39 0.00 329.85 0.99 0.61
Hex FE 37 9B 0 4E 27 0 14A 63 3D
Octal 376 67 233 0 116 47 0 512 143 75
Binary 11111110 110111 10011011 0 1001110 100111 0 101001010 1100011 111101

Color Harmonies of #FE379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE379B

Black with #FE379B

Text Example


Text Example

White with #FE379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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