Html Css Color HEX #FA358F Wild Strawberry

📋 copy color: '#FA358F'

red 250 ◦ green 53 ◦ blue 143

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

Shades of Wild Strawberry #FA358F

Tints of Wild Strawberry #FA358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.06%

R = 56.05%
G = 11.88%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA358F (or 0xFA358F) is known color: Wild Strawberry. HEX triplet: FA, 35 and 8F. RGB value is (250,53,143). Sum of RGB (Red+Green+Blue) = 250+53+143=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA358F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA358F is #05CA70. Grayscale: #7A7A7A. Windows color (decimal): -379505 or 9385466. OLE color: 9385466.

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

Color convert

RGB 250 53 143 -
CMYK 0 0.79 0.43 0.02
HSL 332.59º 0.95% 0.59% -
HSV(B) 332.59º 0.79% 0.98% -
XYZ 45.66 24.85 28.38 -
YUV 122.16 139.77 219.18 -
System Red Green Blue C M Y K H S L
Decimal 250 53 143 0 0.79 0.43 0.02 332.59 0.95 0.59
Hex FA 35 8F 0 4F 2B 2 14D 5F 3B
Octal 372 65 217 0 117 53 2 515 137 73
Binary 11111010 110101 10001111 0 1001111 101011 10 101001101 1011111 111011

Color Harmonies of #FA358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA358F

Black with #FA358F

Text Example


Text Example

White with #FA358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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