Html Css Color HEX #FA3592 Wild Strawberry

📋 copy color: '#FA3592'

red 250 ◦ green 53 ◦ blue 146

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

Shades of Wild Strawberry #FA3592

Tints of Wild Strawberry #FA3592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.52%

R = 55.68%
G = 11.8%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA3592 (or 0xFA3592) is known color: Wild Strawberry. HEX triplet: FA, 35 and 92. RGB value is (250,53,146). Sum of RGB (Red+Green+Blue) = 250+53+146=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3592 is #05CA6D. Grayscale: #7A7A7A. Windows color (decimal): -379502 or 9582074. OLE color: 9582074.

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

Color convert

RGB 250 53 146 -
CMYK 0 0.79 0.42 0.02
HSL 331.68º 0.95% 0.59% -
HSV(B) 331.68º 0.79% 0.98% -
XYZ 45.89 24.95 29.59 -
YUV 122.51 141.27 218.94 -
System Red Green Blue C M Y K H S L
Decimal 250 53 146 0 0.79 0.42 0.02 331.68 0.95 0.59
Hex FA 35 92 0 4F 2A 2 14C 5F 3B
Octal 372 65 222 0 117 52 2 514 137 73
Binary 11111010 110101 10010010 0 1001111 101010 10 101001100 1011111 111011

Color Harmonies of #FA3592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3592

Black with #FA3592

Text Example


Text Example

White with #FA3592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3592; }

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

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

background-color css

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

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

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

border-color css

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

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

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