Html Css Color HEX #FA3597 Wild Strawberry

📋 copy color: '#FA3597'

red 250 ◦ green 53 ◦ blue 151

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

Shades of Wild Strawberry #FA3597

Tints of Wild Strawberry #FA3597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.26%

R = 55.07%
G = 11.67%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA3597 (or 0xFA3597) is known color: Wild Strawberry. HEX triplet: FA, 35 and 97. RGB value is (250,53,151). Sum of RGB (Red+Green+Blue) = 250+53+151=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3597 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3597 is #05CA68. Grayscale: #7A7A7A. Windows color (decimal): -379497 or 9909754. OLE color: 9909754.

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

Color convert

RGB 250 53 151 -
CMYK 0 0.79 0.40 0.02
HSL 330.15º 0.95% 0.59% -
HSV(B) 330.15º 0.79% 0.98% -
XYZ 46.28 25.1 31.68 -
YUV 123.08 143.77 218.53 -
System Red Green Blue C M Y K H S L
Decimal 250 53 151 0 0.79 0.40 0.02 330.15 0.95 0.59
Hex FA 35 97 0 4F 28 2 14A 5F 3B
Octal 372 65 227 0 117 50 2 512 137 73
Binary 11111010 110101 10010111 0 1001111 101000 10 101001010 1011111 111011

Color Harmonies of #FA3597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3597

Black with #FA3597

Text Example


Text Example

White with #FA3597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3597; }

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

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

background-color css

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

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

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

border-color css

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

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

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