Html Css Color HEX #FA298A Wild Strawberry

📋 copy color: '#FA298A'

red 250 ◦ green 41 ◦ blue 138

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

Shades of Wild Strawberry #FA298A

Tints of Wild Strawberry #FA298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 58.28%
G = 9.56%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA298A (or 0xFA298A) is known color: Wild Strawberry. HEX triplet: FA, 29 and 8A. RGB value is (250,41,138). Sum of RGB (Red+Green+Blue) = 250+41+138=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA298A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA298A is #05D675. Grayscale: #727272. Windows color (decimal): -382582 or 9054714. OLE color: 9054714.

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

Color convert

RGB 250 41 138 -
CMYK 0 0.84 0.45 0.02
HSL 332.15º 0.95% 0.57% -
HSV(B) 332.15º 0.84% 0.98% -
XYZ 44.8 23.74 26.27 -
YUV 114.55 141.24 224.61 -
System Red Green Blue C M Y K H S L
Decimal 250 41 138 0 0.84 0.45 0.02 332.15 0.95 0.57
Hex FA 29 8A 0 54 2D 2 14C 5F 39
Octal 372 51 212 0 124 55 2 514 137 71
Binary 11111010 101001 10001010 0 1010100 101101 10 101001100 1011111 111001

Color Harmonies of #FA298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA298A

Black with #FA298A

Text Example


Text Example

White with #FA298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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