Html Css Color HEX #FA2D97 Wild Strawberry

📋 copy color: '#FA2D97'

red 250 ◦ green 45 ◦ blue 151

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

Shades of Wild Strawberry #FA2D97

Tints of Wild Strawberry #FA2D97

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.09%

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

R = 56.05%
G = 10.09%
B = 33.86%

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

#FA2D97 (or 0xFA2D97) is known color: Wild Strawberry. HEX triplet: FA, 2D and 97. RGB value is (250,45,151). Sum of RGB (Red+Green+Blue) = 250+45+151=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D97 is #05D268. Grayscale: #767676. Windows color (decimal): -381545 or 9907706. OLE color: 9907706.

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

Color convert

RGB 250 45 151 -
CMYK 0 0.82 0.40 0.02
HSL 328.98º 0.95% 0.58% -
HSV(B) 328.98º 0.82% 0.98% -
XYZ 45.95 24.44 31.57 -
YUV 118.38 146.42 221.88 -
System Red Green Blue C M Y K H S L
Decimal 250 45 151 0 0.82 0.40 0.02 328.98 0.95 0.58
Hex FA 2D 97 0 52 28 2 149 5F 3A
Octal 372 55 227 0 122 50 2 511 137 72
Binary 11111010 101101 10010111 0 1010010 101000 10 101001001 1011111 111010

Color Harmonies of #FA2D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D97

Black with #FA2D97

Text Example


Text Example

White with #FA2D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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