Html Css Color HEX #FA2997 Wild Strawberry

📋 copy color: '#FA2997'

red 250 ◦ green 41 ◦ blue 151

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

Shades of Wild Strawberry #FA2997

Tints of Wild Strawberry #FA2997

RGB

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

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

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

R = 56.56%
G = 9.28%
B = 34.16%

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

#FA2997 (or 0xFA2997) is known color: Wild Strawberry. HEX triplet: FA, 29 and 97. RGB value is (250,41,151). Sum of RGB (Red+Green+Blue) = 250+41+151=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2997 is #05D668. Grayscale: #737373. Windows color (decimal): -382569 or 9906682. OLE color: 9906682.

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

Color convert

RGB 250 41 151 -
CMYK 0 0.84 0.40 0.02
HSL 328.42º 0.95% 0.57% -
HSV(B) 328.42º 0.84% 0.98% -
XYZ 45.8 24.14 31.52 -
YUV 116.03 147.74 223.56 -
System Red Green Blue C M Y K H S L
Decimal 250 41 151 0 0.84 0.40 0.02 328.42 0.95 0.57
Hex FA 29 97 0 54 28 2 148 5F 39
Octal 372 51 227 0 124 50 2 510 137 71
Binary 11111010 101001 10010111 0 1010100 101000 10 101001000 1011111 111001

Color Harmonies of #FA2997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2997

Black with #FA2997

Text Example


Text Example

White with #FA2997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2997; }

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

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

background-color css

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

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

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

border-color css

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

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

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