Html Css Color HEX #FA2C97 Wild Strawberry

📋 copy color: '#FA2C97'

red 250 ◦ green 44 ◦ blue 151

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

Shades of Wild Strawberry #FA2C97

Tints of Wild Strawberry #FA2C97

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.89%

 BLUE value IS 151 (59.38% from 255) = 33.93%

R = 56.18%
G = 9.89%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA2C97 (or 0xFA2C97) is known color: Wild Strawberry. HEX triplet: FA, 2C and 97. RGB value is (250,44,151). Sum of RGB (Red+Green+Blue) = 250+44+151=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2C97 is #05D368. Grayscale: #757575. Windows color (decimal): -381801 or 9907450. OLE color: 9907450.

HSL color Cylindrical-coordinate representation of color #FA2C97: hue angle of 328.83º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2C97 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 44 151 -
CMYK 0 0.82 0.40 0.02
HSL 328.84º 0.95% 0.58% -
HSV(B) 328.84º 0.82% 0.98% -
XYZ 45.91 24.36 31.56 -
YUV 117.79 146.75 222.3 -
System Red Green Blue C M Y K H S L
Decimal 250 44 151 0 0.82 0.40 0.02 328.84 0.95 0.58
Hex FA 2C 97 0 52 28 2 149 5F 3A
Octal 372 54 227 0 122 50 2 511 137 72
Binary 11111010 101100 10010111 0 1010010 101000 10 101001001 1011111 111010

Color Harmonies of #FA2C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C97

Black with #FA2C97

Text Example


Text Example

White with #FA2C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C97; }

 p { color: rgb(250,44,151); }

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

background-color css

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

 a { background-color: rgb(250,44,151); }

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

border-color css

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

 span { border-color: rgb(250,44,151); }

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