Html Css Color HEX #FA3690 Wild Strawberry

📋 copy color: '#FA3690'

red 250 ◦ green 54 ◦ blue 144

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

Shades of Wild Strawberry #FA3690

Tints of Wild Strawberry #FA3690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.05%

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

R = 55.8%
G = 12.05%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA3690 (or 0xFA3690) is known color: Wild Strawberry. HEX triplet: FA, 36 and 90. RGB value is (250,54,144). Sum of RGB (Red+Green+Blue) = 250+54+144=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3690 is #05C96F. Grayscale: #7A7A7A. Windows color (decimal): -379248 or 9451258. OLE color: 9451258.

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

Color convert

RGB 250 54 144 -
CMYK 0 0.78 0.42 0.02
HSL 332.45º 0.95% 0.6% -
HSV(B) 332.45º 0.78% 0.98% -
XYZ 45.78 24.98 28.79 -
YUV 122.86 139.93 218.68 -
System Red Green Blue C M Y K H S L
Decimal 250 54 144 0 0.78 0.42 0.02 332.45 0.95 0.6
Hex FA 36 90 0 4E 2A 2 14C 5F 3C
Octal 372 66 220 0 116 52 2 514 137 74
Binary 11111010 110110 10010000 0 1001110 101010 10 101001100 1011111 111100

Color Harmonies of #FA3690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3690

Black with #FA3690

Text Example


Text Example

White with #FA3690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3690; }

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

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

background-color css

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

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

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

border-color css

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

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

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