Html Css Color HEX #FF379E Wild Strawberry

📋 copy color: '#FF379E'

red 255 ◦ green 55 ◦ blue 158

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

Shades of Wild Strawberry #FF379E

Tints of Wild Strawberry #FF379E

RGB

 RED value IS 255 (100% from 255) = 54.49%

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

 BLUE value IS 158 (62.11% from 255) = 33.76%

R = 54.49%
G = 11.75%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF379E (or 0xFF379E) is known color: Wild Strawberry. HEX triplet: FF, 37 and 9E. RGB value is (255,55,158). Sum of RGB (Red+Green+Blue) = 255+55+158=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF379E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF379E is #00C861. Grayscale: #7E7E7E. Windows color (decimal): -51298 or 10369023. OLE color: 10369023.

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

Color convert

RGB 255 55 158 -
CMYK 0 0.78 0.38 0
HSL 329.1º 1% 0.61% -
HSV(B) 329.1º 0.78% 1% -
XYZ 48.78 26.46 34.88 -
YUV 126.54 145.76 219.62 -
System Red Green Blue C M Y K H S L
Decimal 255 55 158 0 0.78 0.38 0 329.1 1 0.61
Hex FF 37 9E 0 4E 26 0 149 64 3D
Octal 377 67 236 0 116 46 0 511 144 75
Binary 11111111 110111 10011110 0 1001110 100110 0 101001001 1100100 111101

Color Harmonies of #FF379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF379E

Black with #FF379E

Text Example


Text Example

White with #FF379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF379E; }

 p { color: rgb(255,55,158); }

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

background-color css

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

 a { background-color: rgb(255,55,158); }

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

border-color css

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

 span { border-color: rgb(255,55,158); }

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