Html Css Color HEX #FA3090 Wild Strawberry

📋 copy color: '#FA3090'

red 250 ◦ green 48 ◦ blue 144

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

Shades of Wild Strawberry #FA3090

Tints of Wild Strawberry #FA3090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.86%

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

R = 56.56%
G = 10.86%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA3090 (or 0xFA3090) is known color: Wild Strawberry. HEX triplet: FA, 30 and 90. RGB value is (250,48,144). Sum of RGB (Red+Green+Blue) = 250+48+144=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3090 is #05CF6F. Grayscale: #777777. Windows color (decimal): -380784 or 9449722. OLE color: 9449722.

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

Color convert

RGB 250 48 144 -
CMYK 0 0.81 0.42 0.02
HSL 331.49º 0.95% 0.58% -
HSV(B) 331.49º 0.81% 0.98% -
XYZ 45.52 24.45 28.71 -
YUV 119.34 141.92 221.19 -
System Red Green Blue C M Y K H S L
Decimal 250 48 144 0 0.81 0.42 0.02 331.49 0.95 0.58
Hex FA 30 90 0 51 2A 2 14B 5F 3A
Octal 372 60 220 0 121 52 2 513 137 72
Binary 11111010 110000 10010000 0 1010001 101010 10 101001011 1011111 111010

Color Harmonies of #FA3090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3090

Black with #FA3090

Text Example


Text Example

White with #FA3090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3090; }

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

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

background-color css

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

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

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

border-color css

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

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

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