Html Css Color HEX #FF378F Wild Strawberry

📋 copy color: '#FF378F'

red 255 ◦ green 55 ◦ blue 143

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

Shades of Wild Strawberry #FF378F

Tints of Wild Strawberry #FF378F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.57%

R = 56.29%
G = 12.14%
B = 31.57%

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

#FF378F (or 0xFF378F) is known color: Wild Strawberry. HEX triplet: FF, 37 and 8F. RGB value is (255,55,143). Sum of RGB (Red+Green+Blue) = 255+55+143=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF378F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF378F is #00C870. Grayscale: #7C7C7C. Windows color (decimal): -51313 or 9385983. OLE color: 9385983.

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

Color convert

RGB 255 55 143 -
CMYK 0 0.78 0.44 0
HSL 333.6º 1% 0.61% -
HSV(B) 333.6º 0.78% 1% -
XYZ 47.56 25.98 28.49 -
YUV 124.83 138.26 220.84 -
System Red Green Blue C M Y K H S L
Decimal 255 55 143 0 0.78 0.44 0 333.6 1 0.61
Hex FF 37 8F 0 4E 2C 0 14E 64 3D
Octal 377 67 217 0 116 54 0 516 144 75
Binary 11111111 110111 10001111 0 1001110 101100 0 101001110 1100100 111101

Color Harmonies of #FF378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF378F

Black with #FF378F

Text Example


Text Example

White with #FF378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF378F; }

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

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

background-color css

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

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

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

border-color css

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

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

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