Html Css Color HEX #FF378A Wild Strawberry

📋 copy color: '#FF378A'

red 255 ◦ green 55 ◦ blue 138

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

Shades of Wild Strawberry #FF378A

Tints of Wild Strawberry #FF378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.8%

R = 56.92%
G = 12.28%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF378A (or 0xFF378A) is known color: Wild Strawberry. HEX triplet: FF, 37 and 8A. RGB value is (255,55,138). Sum of RGB (Red+Green+Blue) = 255+55+138=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF378A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF378A is #00C875. Grayscale: #7C7C7C. Windows color (decimal): -51318 or 9058303. OLE color: 9058303.

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

Color convert

RGB 255 55 138 -
CMYK 0 0.78 0.46 0
HSL 335.1º 1% 0.61% -
HSV(B) 335.1º 0.78% 1% -
XYZ 47.19 25.83 26.54 -
YUV 124.26 135.76 221.25 -
System Red Green Blue C M Y K H S L
Decimal 255 55 138 0 0.78 0.46 0 335.1 1 0.61
Hex FF 37 8A 0 4E 2E 0 14F 64 3D
Octal 377 67 212 0 116 56 0 517 144 75
Binary 11111111 110111 10001010 0 1001110 101110 0 101001111 1100100 111101

Color Harmonies of #FF378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF378A

Black with #FF378A

Text Example


Text Example

White with #FF378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF378A; }

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

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

background-color css

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

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

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

border-color css

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

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

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