Html Css Color HEX #FA297C Wild Strawberry

📋 copy color: '#FA297C'

red 250 ◦ green 41 ◦ blue 124

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

Shades of Wild Strawberry #FA297C

Tints of Wild Strawberry #FA297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 60.24%
G = 9.88%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA297C (or 0xFA297C) is known color: Wild Strawberry. HEX triplet: FA, 29 and 7C. RGB value is (250,41,124). Sum of RGB (Red+Green+Blue) = 250+41+124=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA297C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA297C is #05D683. Grayscale: #707070. Windows color (decimal): -382596 or 8137210. OLE color: 8137210.

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

Color convert

RGB 250 41 124 -
CMYK 0 0.84 0.50 0.02
HSL 336.17º 0.95% 0.57% -
HSV(B) 336.17º 0.84% 0.98% -
XYZ 43.86 23.37 21.27 -
YUV 112.95 134.24 225.75 -
System Red Green Blue C M Y K H S L
Decimal 250 41 124 0 0.84 0.50 0.02 336.17 0.95 0.57
Hex FA 29 7C 0 54 32 2 150 5F 39
Octal 372 51 174 0 124 62 2 520 137 71
Binary 11111010 101001 1111100 0 1010100 110010 10 101010000 1011111 111001

Color Harmonies of #FA297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA297C

Black with #FA297C

Text Example


Text Example

White with #FA297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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