Html Css Color HEX #FA309B Wild Strawberry

📋 copy color: '#FA309B'

red 250 ◦ green 48 ◦ blue 155

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

Shades of Wild Strawberry #FA309B

Tints of Wild Strawberry #FA309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.22%

R = 55.19%
G = 10.6%
B = 34.22%

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

#FA309B (or 0xFA309B) is known color: Wild Strawberry. HEX triplet: FA, 30 and 9B. RGB value is (250,48,155). Sum of RGB (Red+Green+Blue) = 250+48+155=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA309B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA309B is #05CF64. Grayscale: #787878. Windows color (decimal): -380773 or 10170618. OLE color: 10170618.

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

Color convert

RGB 250 48 155 -
CMYK 0 0.81 0.38 0.02
HSL 328.22º 0.95% 0.58% -
HSV(B) 328.22º 0.81% 0.98% -
XYZ 46.4 24.8 33.35 -
YUV 120.6 147.42 220.3 -
System Red Green Blue C M Y K H S L
Decimal 250 48 155 0 0.81 0.38 0.02 328.22 0.95 0.58
Hex FA 30 9B 0 51 26 2 148 5F 3A
Octal 372 60 233 0 121 46 2 510 137 72
Binary 11111010 110000 10011011 0 1010001 100110 10 101001000 1011111 111010

Color Harmonies of #FA309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA309B

Black with #FA309B

Text Example


Text Example

White with #FA309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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