Html Css Color HEX #FA3185 Wild Strawberry

📋 copy color: '#FA3185'

red 250 ◦ green 49 ◦ blue 133

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

Shades of Wild Strawberry #FA3185

Tints of Wild Strawberry #FA3185

RGB

 RED value IS 250 (98.05% from 255) = 57.87%

 GREEN value IS 49 (19.53% from 255) = 11.34%

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 57.87%
G = 11.34%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA3185 (or 0xFA3185) is known color: Wild Strawberry. HEX triplet: FA, 31 and 85. RGB value is (250,49,133). Sum of RGB (Red+Green+Blue) = 250+49+133=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3185 is #05CE7A. Grayscale: #767676. Windows color (decimal): -380539 or 8729082. OLE color: 8729082.

HSL color Cylindrical-coordinate representation of color #FA3185: hue angle of 334.93º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3185 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 49 133 -
CMYK 0 0.80 0.47 0.02
HSL 334.93º 0.95% 0.59% -
HSV(B) 334.93º 0.8% 0.98% -
XYZ 44.76 24.21 24.51 -
YUV 118.68 136.09 221.67 -
System Red Green Blue C M Y K H S L
Decimal 250 49 133 0 0.80 0.47 0.02 334.93 0.95 0.59
Hex FA 31 85 0 50 2F 2 14F 5F 3B
Octal 372 61 205 0 120 57 2 517 137 73
Binary 11111010 110001 10000101 0 1010000 101111 10 101001111 1011111 111011

Color Harmonies of #FA3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3185

Black with #FA3185

Text Example


Text Example

White with #FA3185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3185; }

 p { color: rgb(250,49,133); }

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

background-color css

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

 a { background-color: rgb(250,49,133); }

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

border-color css

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

 span { border-color: rgb(250,49,133); }

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