Html Css Color HEX #FA2995 Wild Strawberry

📋 copy color: '#FA2995'

red 250 ◦ green 41 ◦ blue 149

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

Shades of Wild Strawberry #FA2995

Tints of Wild Strawberry #FA2995

RGB

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

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

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

R = 56.82%
G = 9.32%
B = 33.86%

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

#FA2995 (or 0xFA2995) is known color: Wild Strawberry. HEX triplet: FA, 29 and 95. RGB value is (250,41,149). Sum of RGB (Red+Green+Blue) = 250+41+149=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2995 is #05D66A. Grayscale: #737373. Windows color (decimal): -382571 or 9775610. OLE color: 9775610.

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

Color convert

RGB 250 41 149 -
CMYK 0 0.84 0.40 0.02
HSL 329º 0.95% 0.57% -
HSV(B) 329º 0.84% 0.98% -
XYZ 45.64 24.08 30.68 -
YUV 115.8 146.74 223.72 -
System Red Green Blue C M Y K H S L
Decimal 250 41 149 0 0.84 0.40 0.02 329 0.95 0.57
Hex FA 29 95 0 54 28 2 149 5F 39
Octal 372 51 225 0 124 50 2 511 137 71
Binary 11111010 101001 10010101 0 1010100 101000 10 101001001 1011111 111001

Color Harmonies of #FA2995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2995

Black with #FA2995

Text Example


Text Example

White with #FA2995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2995; }

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

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

background-color css

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

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

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

border-color css

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

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

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