Html Css Color HEX #FA309E Wild Strawberry

📋 copy color: '#FA309E'

red 250 ◦ green 48 ◦ blue 158

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

Shades of Wild Strawberry #FA309E

Tints of Wild Strawberry #FA309E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.65%

R = 54.82%
G = 10.53%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA309E (or 0xFA309E) is known color: Wild Strawberry. HEX triplet: FA, 30 and 9E. RGB value is (250,48,158). Sum of RGB (Red+Green+Blue) = 250+48+158=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA309E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA309E is #05CF61. Grayscale: #787878. Windows color (decimal): -380770 or 10367226. OLE color: 10367226.

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

Color convert

RGB 250 48 158 -
CMYK 0 0.81 0.37 0.02
HSL 327.33º 0.95% 0.58% -
HSV(B) 327.33º 0.81% 0.98% -
XYZ 46.65 24.91 34.7 -
YUV 120.94 148.92 220.06 -
System Red Green Blue C M Y K H S L
Decimal 250 48 158 0 0.81 0.37 0.02 327.33 0.95 0.58
Hex FA 30 9E 0 51 25 2 147 5F 3A
Octal 372 60 236 0 121 45 2 507 137 72
Binary 11111010 110000 10011110 0 1010001 100101 10 101000111 1011111 111010

Color Harmonies of #FA309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA309E

Black with #FA309E

Text Example


Text Example

White with #FA309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA309E; }

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

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

background-color css

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

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

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

border-color css

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

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

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