Html Css Color HEX #FF378D Wild Strawberry

📋 copy color: '#FF378D'

red 255 ◦ green 55 ◦ blue 141

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

Shades of Wild Strawberry #FF378D

Tints of Wild Strawberry #FF378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.26%

R = 56.54%
G = 12.2%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF378D (or 0xFF378D) is known color: Wild Strawberry. HEX triplet: FF, 37 and 8D. RGB value is (255,55,141). Sum of RGB (Red+Green+Blue) = 255+55+141=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF378D is #00C872. Grayscale: #7C7C7C. Windows color (decimal): -51315 or 9254911. OLE color: 9254911.

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

Color convert

RGB 255 55 141 -
CMYK 0 0.78 0.45 0
HSL 334.2º 1% 0.61% -
HSV(B) 334.2º 0.78% 1% -
XYZ 47.41 25.92 27.7 -
YUV 124.6 137.26 221.01 -
System Red Green Blue C M Y K H S L
Decimal 255 55 141 0 0.78 0.45 0 334.2 1 0.61
Hex FF 37 8D 0 4E 2D 0 14E 64 3D
Octal 377 67 215 0 116 55 0 516 144 75
Binary 11111111 110111 10001101 0 1001110 101101 0 101001110 1100100 111101

Color Harmonies of #FF378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF378D

Black with #FF378D

Text Example


Text Example

White with #FF378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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