Html Css Color HEX #FA359B Wild Strawberry

📋 copy color: '#FA359B'

red 250 ◦ green 53 ◦ blue 155

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

Shades of Wild Strawberry #FA359B

Tints of Wild Strawberry #FA359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.57%

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

R = 54.59%
G = 11.57%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA359B (or 0xFA359B) is known color: Wild Strawberry. HEX triplet: FA, 35 and 9B. RGB value is (250,53,155). Sum of RGB (Red+Green+Blue) = 250+53+155=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA359B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA359B is #05CA64. Grayscale: #7B7B7B. Windows color (decimal): -379493 or 10171898. OLE color: 10171898.

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

Color convert

RGB 250 53 155 -
CMYK 0 0.79 0.38 0.02
HSL 328.93º 0.95% 0.59% -
HSV(B) 328.93º 0.79% 0.98% -
XYZ 46.61 25.24 33.42 -
YUV 123.53 145.77 218.21 -
System Red Green Blue C M Y K H S L
Decimal 250 53 155 0 0.79 0.38 0.02 328.93 0.95 0.59
Hex FA 35 9B 0 4F 26 2 149 5F 3B
Octal 372 65 233 0 117 46 2 511 137 73
Binary 11111010 110101 10011011 0 1001111 100110 10 101001001 1011111 111011

Color Harmonies of #FA359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA359B

Black with #FA359B

Text Example


Text Example

White with #FA359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA359B; }

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

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

background-color css

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

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

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

border-color css

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

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

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