Html Css Color HEX #FF378C Wild Strawberry

📋 copy color: '#FF378C'

red 255 ◦ green 55 ◦ blue 140

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

Shades of Wild Strawberry #FF378C

Tints of Wild Strawberry #FF378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.11%

R = 56.67%
G = 12.22%
B = 31.11%

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

#FF378C (or 0xFF378C) is known color: Wild Strawberry. HEX triplet: FF, 37 and 8C. RGB value is (255,55,140). Sum of RGB (Red+Green+Blue) = 255+55+140=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF378C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF378C is #00C873. Grayscale: #7C7C7C. Windows color (decimal): -51316 or 9189375. OLE color: 9189375.

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

Color convert

RGB 255 55 140 -
CMYK 0 0.78 0.45 0
HSL 334.5º 1% 0.61% -
HSV(B) 334.5º 0.78% 1% -
XYZ 47.34 25.89 27.31 -
YUV 124.49 136.76 221.09 -
System Red Green Blue C M Y K H S L
Decimal 255 55 140 0 0.78 0.45 0 334.5 1 0.61
Hex FF 37 8C 0 4E 2D 0 14E 64 3D
Octal 377 67 214 0 116 55 0 516 144 75
Binary 11111111 110111 10001100 0 1001110 101101 0 101001110 1100100 111101

Color Harmonies of #FF378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF378C

Black with #FF378C

Text Example


Text Example

White with #FF378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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