Html Css Color HEX #FA379C Wild Strawberry

📋 copy color: '#FA379C'

red 250 ◦ green 55 ◦ blue 156

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

Shades of Wild Strawberry #FA379C

Tints of Wild Strawberry #FA379C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.93%

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

R = 54.23%
G = 11.93%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA379C (or 0xFA379C) is known color: Wild Strawberry. HEX triplet: FA, 37 and 9C. RGB value is (250,55,156). Sum of RGB (Red+Green+Blue) = 250+55+156=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA379C is #05C863. Grayscale: #7C7C7C. Windows color (decimal): -378980 or 10237946. OLE color: 10237946.

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

Color convert

RGB 250 55 156 -
CMYK 0 0.78 0.38 0.02
HSL 328.92º 0.95% 0.6% -
HSV(B) 328.92º 0.78% 0.98% -
XYZ 46.79 25.46 33.9 -
YUV 124.82 145.6 217.29 -
System Red Green Blue C M Y K H S L
Decimal 250 55 156 0 0.78 0.38 0.02 328.92 0.95 0.6
Hex FA 37 9C 0 4E 26 2 149 5F 3C
Octal 372 67 234 0 116 46 2 511 137 74
Binary 11111010 110111 10011100 0 1001110 100110 10 101001001 1011111 111100

Color Harmonies of #FA379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA379C

Black with #FA379C

Text Example


Text Example

White with #FA379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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