Html Css Color HEX #FF37A1 Wild Strawberry

📋 copy color: '#FF37A1'

red 255 ◦ green 55 ◦ blue 161

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

Shades of Wild Strawberry #FF37A1

Tints of Wild Strawberry #FF37A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.18%

R = 54.14%
G = 11.68%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF37A1 (or 0xFF37A1) is known color: Wild Strawberry. HEX triplet: FF, 37 and A1. RGB value is (255,55,161). Sum of RGB (Red+Green+Blue) = 255+55+161=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF37A1 is #00C85E. Grayscale: #7E7E7E. Windows color (decimal): -51295 or 10565631. OLE color: 10565631.

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

Color convert

RGB 255 55 161 -
CMYK 0 0.78 0.37 0
HSL 328.2º 1% 0.61% -
HSV(B) 328.2º 0.78% 1% -
XYZ 49.04 26.57 36.26 -
YUV 126.88 147.26 219.38 -
System Red Green Blue C M Y K H S L
Decimal 255 55 161 0 0.78 0.37 0 328.2 1 0.61
Hex FF 37 A1 0 4E 25 0 148 64 3D
Octal 377 67 241 0 116 45 0 510 144 75
Binary 11111111 110111 10100001 0 1001110 100101 0 101001000 1100100 111101

Color Harmonies of #FF37A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF37A1

Black with #FF37A1

Text Example


Text Example

White with #FF37A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF37A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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