Html Css Color HEX #FA329C Wild Strawberry

📋 copy color: '#FA329C'

red 250 ◦ green 50 ◦ blue 156

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

Shades of Wild Strawberry #FA329C

Tints of Wild Strawberry #FA329C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.96%

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

R = 54.82%
G = 10.96%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA329C (or 0xFA329C) is known color: Wild Strawberry. HEX triplet: FA, 32 and 9C. RGB value is (250,50,156). Sum of RGB (Red+Green+Blue) = 250+50+156=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA329C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA329C is #05CD63. Grayscale: #797979. Windows color (decimal): -380260 or 10236666. OLE color: 10236666.

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

Color convert

RGB 250 50 156 -
CMYK 0 0.8 0.38 0.02
HSL 328.2º 0.95% 0.59% -
HSV(B) 328.2º 0.8% 0.98% -
XYZ 46.57 25.01 33.82 -
YUV 121.88 147.26 219.38 -
System Red Green Blue C M Y K H S L
Decimal 250 50 156 0 0.8 0.38 0.02 328.2 0.95 0.59
Hex FA 32 9C 0 50 26 2 148 5F 3B
Octal 372 62 234 0 120 46 2 510 137 73
Binary 11111010 110010 10011100 0 1010000 100110 10 101001000 1011111 111011

Color Harmonies of #FA329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA329C

Black with #FA329C

Text Example


Text Example

White with #FA329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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