Html Css Color HEX #FA309D Wild Strawberry

📋 copy color: '#FA309D'

red 250 ◦ green 48 ◦ blue 157

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

Shades of Wild Strawberry #FA309D

Tints of Wild Strawberry #FA309D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.51%

R = 54.95%
G = 10.55%
B = 34.51%

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

#FA309D (or 0xFA309D) is known color: Wild Strawberry. HEX triplet: FA, 30 and 9D. RGB value is (250,48,157). Sum of RGB (Red+Green+Blue) = 250+48+157=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA309D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA309D is #05CF62. Grayscale: #787878. Windows color (decimal): -380771 or 10301690. OLE color: 10301690.

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

Color convert

RGB 250 48 157 -
CMYK 0 0.81 0.37 0.02
HSL 327.62º 0.95% 0.58% -
HSV(B) 327.62º 0.81% 0.98% -
XYZ 46.57 24.87 34.24 -
YUV 120.82 148.42 220.14 -
System Red Green Blue C M Y K H S L
Decimal 250 48 157 0 0.81 0.37 0.02 327.62 0.95 0.58
Hex FA 30 9D 0 51 25 2 148 5F 3A
Octal 372 60 235 0 121 45 2 510 137 72
Binary 11111010 110000 10011101 0 1010001 100101 10 101001000 1011111 111010

Color Harmonies of #FA309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA309D

Black with #FA309D

Text Example


Text Example

White with #FA309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA309D; }

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

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

background-color css

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

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

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

border-color css

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

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

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