Html Css Color HEX #FA309A Wild Strawberry

📋 copy color: '#FA309A'

red 250 ◦ green 48 ◦ blue 154

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

Shades of Wild Strawberry #FA309A

Tints of Wild Strawberry #FA309A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.07%

R = 55.31%
G = 10.62%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA309A (or 0xFA309A) is known color: Wild Strawberry. HEX triplet: FA, 30 and 9A. RGB value is (250,48,154). Sum of RGB (Red+Green+Blue) = 250+48+154=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA309A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA309A is #05CF65. Grayscale: #787878. Windows color (decimal): -380774 or 10105082. OLE color: 10105082.

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

Color convert

RGB 250 48 154 -
CMYK 0 0.81 0.38 0.02
HSL 328.51º 0.95% 0.58% -
HSV(B) 328.51º 0.81% 0.98% -
XYZ 46.31 24.77 32.91 -
YUV 120.48 146.92 220.38 -
System Red Green Blue C M Y K H S L
Decimal 250 48 154 0 0.81 0.38 0.02 328.51 0.95 0.58
Hex FA 30 9A 0 51 26 2 149 5F 3A
Octal 372 60 232 0 121 46 2 511 137 72
Binary 11111010 110000 10011010 0 1010001 100110 10 101001001 1011111 111010

Color Harmonies of #FA309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA309A

Black with #FA309A

Text Example


Text Example

White with #FA309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA309A; }

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

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

background-color css

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

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

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

border-color css

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

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

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