Html Css Color HEX #FA358D Wild Strawberry

📋 copy color: '#FA358D'

red 250 ◦ green 53 ◦ blue 141

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

Shades of Wild Strawberry #FA358D

Tints of Wild Strawberry #FA358D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.76%

R = 56.31%
G = 11.94%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA358D (or 0xFA358D) is known color: Wild Strawberry. HEX triplet: FA, 35 and 8D. RGB value is (250,53,141). Sum of RGB (Red+Green+Blue) = 250+53+141=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA358D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA358D is #05CA72. Grayscale: #797979. Windows color (decimal): -379507 or 9254394. OLE color: 9254394.

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

Color convert

RGB 250 53 141 -
CMYK 0 0.79 0.44 0.02
HSL 333.2º 0.95% 0.59% -
HSV(B) 333.2º 0.79% 0.98% -
XYZ 45.51 24.79 27.59 -
YUV 121.94 138.77 219.34 -
System Red Green Blue C M Y K H S L
Decimal 250 53 141 0 0.79 0.44 0.02 333.2 0.95 0.59
Hex FA 35 8D 0 4F 2C 2 14D 5F 3B
Octal 372 65 215 0 117 54 2 515 137 73
Binary 11111010 110101 10001101 0 1001111 101100 10 101001101 1011111 111011

Color Harmonies of #FA358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA358D

Black with #FA358D

Text Example


Text Example

White with #FA358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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