Html Css Color HEX #FA399C Wild Strawberry

📋 copy color: '#FA399C'

red 250 ◦ green 57 ◦ blue 156

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

Shades of Wild Strawberry #FA399C

Tints of Wild Strawberry #FA399C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.69%

R = 54%
G = 12.31%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA399C (or 0xFA399C) is known color: Wild Strawberry. HEX triplet: FA, 39 and 9C. RGB value is (250,57,156). Sum of RGB (Red+Green+Blue) = 250+57+156=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA399C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA399C is #05C663. Grayscale: #7D7D7D. Windows color (decimal): -378468 or 10238458. OLE color: 10238458.

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

Color convert

RGB 250 57 156 -
CMYK 0 0.77 0.38 0.02
HSL 329.22º 0.95% 0.6% -
HSV(B) 329.22º 0.77% 0.98% -
XYZ 46.89 25.65 33.93 -
YUV 125.99 144.94 216.45 -
System Red Green Blue C M Y K H S L
Decimal 250 57 156 0 0.77 0.38 0.02 329.22 0.95 0.6
Hex FA 39 9C 0 4D 26 2 149 5F 3C
Octal 372 71 234 0 115 46 2 511 137 74
Binary 11111010 111001 10011100 0 1001101 100110 10 101001001 1011111 111100

Color Harmonies of #FA399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA399C

Black with #FA399C

Text Example


Text Example

White with #FA399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA399C; }

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

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

background-color css

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

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

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

border-color css

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

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

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