Html Css Color HEX #FA2985 Wild Strawberry

📋 copy color: '#FA2985'

red 250 ◦ green 41 ◦ blue 133

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

Shades of Wild Strawberry #FA2985

Tints of Wild Strawberry #FA2985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.67%

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

R = 58.96%
G = 9.67%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA2985 (or 0xFA2985) is known color: Wild Strawberry. HEX triplet: FA, 29 and 85. RGB value is (250,41,133). Sum of RGB (Red+Green+Blue) = 250+41+133=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2985 is #05D67A. Grayscale: #717171. Windows color (decimal): -382587 or 8727034. OLE color: 8727034.

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

Color convert

RGB 250 41 133 -
CMYK 0 0.84 0.47 0.02
HSL 333.59º 0.95% 0.57% -
HSV(B) 333.59º 0.84% 0.98% -
XYZ 44.45 23.6 24.4 -
YUV 113.98 138.74 225.02 -
System Red Green Blue C M Y K H S L
Decimal 250 41 133 0 0.84 0.47 0.02 333.59 0.95 0.57
Hex FA 29 85 0 54 2F 2 14E 5F 39
Octal 372 51 205 0 124 57 2 516 137 71
Binary 11111010 101001 10000101 0 1010100 101111 10 101001110 1011111 111001

Color Harmonies of #FA2985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2985

Black with #FA2985

Text Example


Text Example

White with #FA2985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2985; }

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

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

background-color css

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

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

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

border-color css

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

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

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