Html Css Color HEX #FA3594 Wild Strawberry

📋 copy color: '#FA3594'

red 250 ◦ green 53 ◦ blue 148

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

Shades of Wild Strawberry #FA3594

Tints of Wild Strawberry #FA3594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.82%

R = 55.43%
G = 11.75%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA3594 (or 0xFA3594) is known color: Wild Strawberry. HEX triplet: FA, 35 and 94. RGB value is (250,53,148). Sum of RGB (Red+Green+Blue) = 250+53+148=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3594 is #05CA6B. Grayscale: #7A7A7A. Windows color (decimal): -379500 or 9713146. OLE color: 9713146.

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

Color convert

RGB 250 53 148 -
CMYK 0 0.79 0.41 0.02
HSL 331.07º 0.95% 0.59% -
HSV(B) 331.07º 0.79% 0.98% -
XYZ 46.04 25.01 30.42 -
YUV 122.73 142.27 218.78 -
System Red Green Blue C M Y K H S L
Decimal 250 53 148 0 0.79 0.41 0.02 331.07 0.95 0.59
Hex FA 35 94 0 4F 29 2 14B 5F 3B
Octal 372 65 224 0 117 51 2 513 137 73
Binary 11111010 110101 10010100 0 1001111 101001 10 101001011 1011111 111011

Color Harmonies of #FA3594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3594

Black with #FA3594

Text Example


Text Example

White with #FA3594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3594; }

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

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

background-color css

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

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

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

border-color css

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

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

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