Html Css Color HEX #FA379F Wild Strawberry

📋 copy color: '#FA379F'

red 250 ◦ green 55 ◦ blue 159

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

Shades of Wild Strawberry #FA379F

Tints of Wild Strawberry #FA379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.27%

R = 53.88%
G = 11.85%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA379F (or 0xFA379F) is known color: Wild Strawberry. HEX triplet: FA, 37 and 9F. RGB value is (250,55,159). Sum of RGB (Red+Green+Blue) = 250+55+159=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA379F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA379F is #05C860. Grayscale: #7C7C7C. Windows color (decimal): -378977 or 10434554. OLE color: 10434554.

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

Color convert

RGB 250 55 159 -
CMYK 0 0.78 0.36 0.02
HSL 328º 0.95% 0.6% -
HSV(B) 328º 0.78% 0.98% -
XYZ 47.05 25.56 35.25 -
YUV 125.16 147.1 217.04 -
System Red Green Blue C M Y K H S L
Decimal 250 55 159 0 0.78 0.36 0.02 328 0.95 0.6
Hex FA 37 9F 0 4E 24 2 148 5F 3C
Octal 372 67 237 0 116 44 2 510 137 74
Binary 11111010 110111 10011111 0 1001110 100100 10 101001000 1011111 111100

Color Harmonies of #FA379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA379F

Black with #FA379F

Text Example


Text Example

White with #FA379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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