Html Css Color HEX #FA298D Wild Strawberry

📋 copy color: '#FA298D'

red 250 ◦ green 41 ◦ blue 141

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

Shades of Wild Strawberry #FA298D

Tints of Wild Strawberry #FA298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 57.87%
G = 9.49%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA298D (or 0xFA298D) is known color: Wild Strawberry. HEX triplet: FA, 29 and 8D. RGB value is (250,41,141). Sum of RGB (Red+Green+Blue) = 250+41+141=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA298D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA298D is #05D672. Grayscale: #727272. Windows color (decimal): -382579 or 9251322. OLE color: 9251322.

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

Color convert

RGB 250 41 141 -
CMYK 0 0.84 0.44 0.02
HSL 331.29º 0.95% 0.57% -
HSV(B) 331.29º 0.84% 0.98% -
XYZ 45.03 23.83 27.43 -
YUV 114.89 142.74 224.37 -
System Red Green Blue C M Y K H S L
Decimal 250 41 141 0 0.84 0.44 0.02 331.29 0.95 0.57
Hex FA 29 8D 0 54 2C 2 14B 5F 39
Octal 372 51 215 0 124 54 2 513 137 71
Binary 11111010 101001 10001101 0 1010100 101100 10 101001011 1011111 111001

Color Harmonies of #FA298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA298D

Black with #FA298D

Text Example


Text Example

White with #FA298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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