Html Css Color HEX #FA3BA5 Wild Strawberry

📋 copy color: '#FA3BA5'

red 250 ◦ green 59 ◦ blue 165

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

Shades of Wild Strawberry #FA3BA5

Tints of Wild Strawberry #FA3BA5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.45%

 BLUE value IS 165 (64.84% from 255) = 34.81%

R = 52.74%
G = 12.45%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA3BA5 (or 0xFA3BA5) is known color: Wild Strawberry. HEX triplet: FA, 3B and A5. RGB value is (250,59,165). Sum of RGB (Red+Green+Blue) = 250+59+165=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3BA5 is #05C45A. Grayscale: #7F7F7F. Windows color (decimal): -377947 or 10828794. OLE color: 10828794.

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

Color convert

RGB 250 59 165 -
CMYK 0 0.76 0.34 0.02
HSL 326.7º 0.95% 0.61% -
HSV(B) 326.7º 0.76% 0.98% -
XYZ 47.78 26.17 38.13 -
YUV 128.19 148.78 214.88 -
System Red Green Blue C M Y K H S L
Decimal 250 59 165 0 0.76 0.34 0.02 326.7 0.95 0.61
Hex FA 3B A5 0 4C 22 2 147 5F 3D
Octal 372 73 245 0 114 42 2 507 137 75
Binary 11111010 111011 10100101 0 1001100 100010 10 101000111 1011111 111101

Color Harmonies of #FA3BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3BA5

Black with #FA3BA5

Text Example


Text Example

White with #FA3BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3BA5; }

 p { color: rgb(250,59,165); }

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

background-color css

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

 a { background-color: rgb(250,59,165); }

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

border-color css

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

 span { border-color: rgb(250,59,165); }

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