Html Css Color HEX #FF378B Wild Strawberry

📋 copy color: '#FF378B'

red 255 ◦ green 55 ◦ blue 139

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

Shades of Wild Strawberry #FF378B

Tints of Wild Strawberry #FF378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.96%

R = 56.79%
G = 12.25%
B = 30.96%

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

#FF378B (or 0xFF378B) is known color: Wild Strawberry. HEX triplet: FF, 37 and 8B. RGB value is (255,55,139). Sum of RGB (Red+Green+Blue) = 255+55+139=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF378B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF378B is #00C874. Grayscale: #7C7C7C. Windows color (decimal): -51317 or 9123839. OLE color: 9123839.

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

Color convert

RGB 255 55 139 -
CMYK 0 0.78 0.45 0
HSL 334.8º 1% 0.61% -
HSV(B) 334.8º 0.78% 1% -
XYZ 47.27 25.86 26.93 -
YUV 124.38 136.26 221.17 -
System Red Green Blue C M Y K H S L
Decimal 255 55 139 0 0.78 0.45 0 334.8 1 0.61
Hex FF 37 8B 0 4E 2D 0 14F 64 3D
Octal 377 67 213 0 116 55 0 517 144 75
Binary 11111111 110111 10001011 0 1001110 101101 0 101001111 1100100 111101

Color Harmonies of #FF378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF378B

Black with #FF378B

Text Example


Text Example

White with #FF378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF378B; }

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

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

background-color css

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

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

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

border-color css

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

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

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