Html Css Color HEX #FA2D99 Wild Strawberry

📋 copy color: '#FA2D99'

red 250 ◦ green 45 ◦ blue 153

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

Shades of Wild Strawberry #FA2D99

Tints of Wild Strawberry #FA2D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.15%

R = 55.8%
G = 10.04%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA2D99 (or 0xFA2D99) is known color: Wild Strawberry. HEX triplet: FA, 2D and 99. RGB value is (250,45,153). Sum of RGB (Red+Green+Blue) = 250+45+153=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D99 is #05D266. Grayscale: #767676. Windows color (decimal): -381543 or 10038778. OLE color: 10038778.

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

Color convert

RGB 250 45 153 -
CMYK 0 0.82 0.39 0.02
HSL 328.39º 0.95% 0.58% -
HSV(B) 328.39º 0.82% 0.98% -
XYZ 46.11 24.5 32.44 -
YUV 118.61 147.42 221.72 -
System Red Green Blue C M Y K H S L
Decimal 250 45 153 0 0.82 0.39 0.02 328.39 0.95 0.58
Hex FA 2D 99 0 52 27 2 148 5F 3A
Octal 372 55 231 0 122 47 2 510 137 72
Binary 11111010 101101 10011001 0 1010010 100111 10 101001000 1011111 111010

Color Harmonies of #FA2D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D99

Black with #FA2D99

Text Example


Text Example

White with #FA2D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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