Html Css Color HEX #FA379B Wild Strawberry

📋 copy color: '#FA379B'

red 250 ◦ green 55 ◦ blue 155

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

Shades of Wild Strawberry #FA379B

Tints of Wild Strawberry #FA379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.7%

R = 54.35%
G = 11.96%
B = 33.7%

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

#FA379B (or 0xFA379B) is known color: Wild Strawberry. HEX triplet: FA, 37 and 9B. RGB value is (250,55,155). Sum of RGB (Red+Green+Blue) = 250+55+155=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA379B is #05C864. Grayscale: #7C7C7C. Windows color (decimal): -378981 or 10172410. OLE color: 10172410.

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

Color convert

RGB 250 55 155 -
CMYK 0 0.78 0.38 0.02
HSL 329.23º 0.95% 0.6% -
HSV(B) 329.23º 0.78% 0.98% -
XYZ 46.71 25.42 33.46 -
YUV 124.71 145.1 217.37 -
System Red Green Blue C M Y K H S L
Decimal 250 55 155 0 0.78 0.38 0.02 329.23 0.95 0.6
Hex FA 37 9B 0 4E 26 2 149 5F 3C
Octal 372 67 233 0 116 46 2 511 137 74
Binary 11111010 110111 10011011 0 1001110 100110 10 101001001 1011111 111100

Color Harmonies of #FA379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA379B

Black with #FA379B

Text Example


Text Example

White with #FA379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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