Html Css Color HEX #FA3399 Wild Strawberry

📋 copy color: '#FA3399'

red 250 ◦ green 51 ◦ blue 153

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

Shades of Wild Strawberry #FA3399

Tints of Wild Strawberry #FA3399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.23%

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

R = 55.07%
G = 11.23%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA3399 (or 0xFA3399) is known color: Wild Strawberry. HEX triplet: FA, 33 and 99. RGB value is (250,51,153). Sum of RGB (Red+Green+Blue) = 250+51+153=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3399 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3399 is #05CC66. Grayscale: #797979. Windows color (decimal): -380007 or 10040314. OLE color: 10040314.

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

Color convert

RGB 250 51 153 -
CMYK 0 0.80 0.39 0.02
HSL 329.25º 0.95% 0.59% -
HSV(B) 329.25º 0.8% 0.98% -
XYZ 46.36 24.99 32.52 -
YUV 122.13 145.43 219.21 -
System Red Green Blue C M Y K H S L
Decimal 250 51 153 0 0.80 0.39 0.02 329.25 0.95 0.59
Hex FA 33 99 0 50 27 2 149 5F 3B
Octal 372 63 231 0 120 47 2 511 137 73
Binary 11111010 110011 10011001 0 1010000 100111 10 101001001 1011111 111011

Color Harmonies of #FA3399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3399

Black with #FA3399

Text Example


Text Example

White with #FA3399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3399; }

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

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

background-color css

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

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

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

border-color css

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

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

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