Html Css Color HEX #FA3299 Wild Strawberry

📋 copy color: '#FA3299'

red 250 ◦ green 50 ◦ blue 153

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

Shades of Wild Strawberry #FA3299

Tints of Wild Strawberry #FA3299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.04%

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

R = 55.19%
G = 11.04%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA3299 (or 0xFA3299) is known color: Wild Strawberry. HEX triplet: FA, 32 and 99. RGB value is (250,50,153). Sum of RGB (Red+Green+Blue) = 250+50+153=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3299 is #05CD66. Grayscale: #797979. Windows color (decimal): -380263 or 10040058. OLE color: 10040058.

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

Color convert

RGB 250 50 153 -
CMYK 0 0.8 0.39 0.02
HSL 329.1º 0.95% 0.59% -
HSV(B) 329.1º 0.8% 0.98% -
XYZ 46.31 24.91 32.5 -
YUV 121.54 145.76 219.62 -
System Red Green Blue C M Y K H S L
Decimal 250 50 153 0 0.8 0.39 0.02 329.1 0.95 0.59
Hex FA 32 99 0 50 27 2 149 5F 3B
Octal 372 62 231 0 120 47 2 511 137 73
Binary 11111010 110010 10011001 0 1010000 100111 10 101001001 1011111 111011

Color Harmonies of #FA3299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3299

Black with #FA3299

Text Example


Text Example

White with #FA3299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3299; }

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

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

background-color css

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

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

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

border-color css

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

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

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