Html Css Color HEX #FA399D Wild Strawberry

📋 copy color: '#FA399D'

red 250 ◦ green 57 ◦ blue 157

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

Shades of Wild Strawberry #FA399D

Tints of Wild Strawberry #FA399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.28%

 BLUE value IS 157 (61.72% from 255) = 33.84%

R = 53.88%
G = 12.28%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA399D (or 0xFA399D) is known color: Wild Strawberry. HEX triplet: FA, 39 and 9D. RGB value is (250,57,157). Sum of RGB (Red+Green+Blue) = 250+57+157=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA399D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA399D is #05C662. Grayscale: #7D7D7D. Windows color (decimal): -378467 or 10303994. OLE color: 10303994.

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

Color convert

RGB 250 57 157 -
CMYK 0 0.77 0.37 0.02
HSL 328.91º 0.95% 0.6% -
HSV(B) 328.91º 0.77% 0.98% -
XYZ 46.97 25.68 34.38 -
YUV 126.11 145.44 216.37 -
System Red Green Blue C M Y K H S L
Decimal 250 57 157 0 0.77 0.37 0.02 328.91 0.95 0.6
Hex FA 39 9D 0 4D 25 2 149 5F 3C
Octal 372 71 235 0 115 45 2 511 137 74
Binary 11111010 111001 10011101 0 1001101 100101 10 101001001 1011111 111100

Color Harmonies of #FA399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA399D

Black with #FA399D

Text Example


Text Example

White with #FA399D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA399D; }

 p { color: rgb(250,57,157); }

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

background-color css

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

 a { background-color: rgb(250,57,157); }

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

border-color css

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

 span { border-color: rgb(250,57,157); }

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