Html Css Color HEX #FA2895 Wild Strawberry

📋 copy color: '#FA2895'

red 250 ◦ green 40 ◦ blue 149

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

Shades of Wild Strawberry #FA2895

Tints of Wild Strawberry #FA2895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.11%

 BLUE value IS 149 (58.59% from 255) = 33.94%

R = 56.95%
G = 9.11%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA2895 (or 0xFA2895) is known color: Wild Strawberry. HEX triplet: FA, 28 and 95. RGB value is (250,40,149). Sum of RGB (Red+Green+Blue) = 250+40+149=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2895 is #05D76A. Grayscale: #727272. Windows color (decimal): -382827 or 9775354. OLE color: 9775354.

HSL color Cylindrical-coordinate representation of color #FA2895: hue angle of 328.86º 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 #FA2895 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 40 149 -
CMYK 0 0.84 0.40 0.02
HSL 328.86º 0.95% 0.57% -
HSV(B) 328.86º 0.84% 0.98% -
XYZ 45.61 24.01 30.66 -
YUV 115.22 147.07 224.14 -
System Red Green Blue C M Y K H S L
Decimal 250 40 149 0 0.84 0.40 0.02 328.86 0.95 0.57
Hex FA 28 95 0 54 28 2 149 5F 39
Octal 372 50 225 0 124 50 2 511 137 71
Binary 11111010 101000 10010101 0 1010100 101000 10 101001001 1011111 111001

Color Harmonies of #FA2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2895

Black with #FA2895

Text Example


Text Example

White with #FA2895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2895; }

 p { color: rgb(250,40,149); }

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

background-color css

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

 a { background-color: rgb(250,40,149); }

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

border-color css

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

 span { border-color: rgb(250,40,149); }

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