Html Css Color HEX #FF378E Wild Strawberry

📋 copy color: '#FF378E'

red 255 ◦ green 55 ◦ blue 142

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

Shades of Wild Strawberry #FF378E

Tints of Wild Strawberry #FF378E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.42%

R = 56.42%
G = 12.17%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF378E (or 0xFF378E) is known color: Wild Strawberry. HEX triplet: FF, 37 and 8E. RGB value is (255,55,142). Sum of RGB (Red+Green+Blue) = 255+55+142=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF378E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF378E is #00C871. Grayscale: #7C7C7C. Windows color (decimal): -51314 or 9320447. OLE color: 9320447.

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

Color convert

RGB 255 55 142 -
CMYK 0 0.78 0.44 0
HSL 333.9º 1% 0.61% -
HSV(B) 333.9º 0.78% 1% -
XYZ 47.49 25.95 28.1 -
YUV 124.72 137.76 220.93 -
System Red Green Blue C M Y K H S L
Decimal 255 55 142 0 0.78 0.44 0 333.9 1 0.61
Hex FF 37 8E 0 4E 2C 0 14E 64 3D
Octal 377 67 216 0 116 54 0 516 144 75
Binary 11111111 110111 10001110 0 1001110 101100 0 101001110 1100100 111101

Color Harmonies of #FF378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF378E

Black with #FF378E

Text Example


Text Example

White with #FF378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF378E; }

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

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

background-color css

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

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

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

border-color css

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

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

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