Html Css Color HEX #FE379C Wild Strawberry

📋 copy color: '#FE379C'

red 254 ◦ green 55 ◦ blue 156

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

Shades of Wild Strawberry #FE379C

Tints of Wild Strawberry #FE379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.55%

R = 54.62%
G = 11.83%
B = 33.55%

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

#FE379C (or 0xFE379C) is known color: Wild Strawberry. HEX triplet: FE, 37 and 9C. RGB value is (254,55,156). Sum of RGB (Red+Green+Blue) = 254+55+156=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE379C is #01C863. Grayscale: #7D7D7D. Windows color (decimal): -116836 or 10237950. OLE color: 10237950.

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

Color convert

RGB 254 55 156 -
CMYK 0 0.78 0.39 0.00
HSL 329.55º 0.99% 0.61% -
HSV(B) 329.55º 0.78% 1% -
XYZ 48.24 26.2 33.97 -
YUV 126.02 144.93 219.29 -
System Red Green Blue C M Y K H S L
Decimal 254 55 156 0 0.78 0.39 0.00 329.55 0.99 0.61
Hex FE 37 9C 0 4E 27 0 14A 63 3D
Octal 376 67 234 0 116 47 0 512 143 75
Binary 11111110 110111 10011100 0 1001110 100111 0 101001010 1100011 111101

Color Harmonies of #FE379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE379C

Black with #FE379C

Text Example


Text Example

White with #FE379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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