Html Css Color HEX #FA3490 Wild Strawberry

📋 copy color: '#FA3490'

red 250 ◦ green 52 ◦ blue 144

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

Shades of Wild Strawberry #FA3490

Tints of Wild Strawberry #FA3490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.66%

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

R = 56.05%
G = 11.66%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA3490 (or 0xFA3490) is known color: Wild Strawberry. HEX triplet: FA, 34 and 90. RGB value is (250,52,144). Sum of RGB (Red+Green+Blue) = 250+52+144=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3490 is #05CB6F. Grayscale: #797979. Windows color (decimal): -379760 or 9450746. OLE color: 9450746.

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

Color convert

RGB 250 52 144 -
CMYK 0 0.79 0.42 0.02
HSL 332.12º 0.95% 0.59% -
HSV(B) 332.12º 0.79% 0.98% -
XYZ 45.69 24.79 28.76 -
YUV 121.69 140.6 219.52 -
System Red Green Blue C M Y K H S L
Decimal 250 52 144 0 0.79 0.42 0.02 332.12 0.95 0.59
Hex FA 34 90 0 4F 2A 2 14C 5F 3B
Octal 372 64 220 0 117 52 2 514 137 73
Binary 11111010 110100 10010000 0 1001111 101010 10 101001100 1011111 111011

Color Harmonies of #FA3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3490

Black with #FA3490

Text Example


Text Example

White with #FA3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3490; }

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

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

background-color css

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

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

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

border-color css

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

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

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