Html Css Color HEX #FA3290 Wild Strawberry

📋 copy color: '#FA3290'

red 250 ◦ green 50 ◦ blue 144

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

Shades of Wild Strawberry #FA3290

Tints of Wild Strawberry #FA3290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.43%

R = 56.31%
G = 11.26%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA3290 (or 0xFA3290) is known color: Wild Strawberry. HEX triplet: FA, 32 and 90. RGB value is (250,50,144). Sum of RGB (Red+Green+Blue) = 250+50+144=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3290 is #05CD6F. Grayscale: #787878. Windows color (decimal): -380272 or 9450234. OLE color: 9450234.

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

Color convert

RGB 250 50 144 -
CMYK 0 0.8 0.42 0.02
HSL 331.8º 0.95% 0.59% -
HSV(B) 331.8º 0.8% 0.98% -
XYZ 45.6 24.62 28.73 -
YUV 120.52 141.26 220.36 -
System Red Green Blue C M Y K H S L
Decimal 250 50 144 0 0.8 0.42 0.02 331.8 0.95 0.59
Hex FA 32 90 0 50 2A 2 14C 5F 3B
Octal 372 62 220 0 120 52 2 514 137 73
Binary 11111010 110010 10010000 0 1010000 101010 10 101001100 1011111 111011

Color Harmonies of #FA3290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3290

Black with #FA3290

Text Example


Text Example

White with #FA3290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3290; }

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

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

background-color css

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

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

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

border-color css

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

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

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