Html Css Color HEX #FA3497 Wild Strawberry

📋 copy color: '#FA3497'

red 250 ◦ green 52 ◦ blue 151

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

Shades of Wild Strawberry #FA3497

Tints of Wild Strawberry #FA3497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.48%

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

R = 55.19%
G = 11.48%
B = 33.33%

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

#FA3497 (or 0xFA3497) is known color: Wild Strawberry. HEX triplet: FA, 34 and 97. RGB value is (250,52,151). Sum of RGB (Red+Green+Blue) = 250+52+151=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3497 is #05CB68. Grayscale: #7A7A7A. Windows color (decimal): -379753 or 9909498. OLE color: 9909498.

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

Color convert

RGB 250 52 151 -
CMYK 0 0.79 0.40 0.02
HSL 330º 0.95% 0.59% -
HSV(B) 330º 0.79% 0.98% -
XYZ 46.24 25.01 31.67 -
YUV 122.49 144.1 218.95 -
System Red Green Blue C M Y K H S L
Decimal 250 52 151 0 0.79 0.40 0.02 330 0.95 0.59
Hex FA 34 97 0 4F 28 2 14A 5F 3B
Octal 372 64 227 0 117 50 2 512 137 73
Binary 11111010 110100 10010111 0 1001111 101000 10 101001010 1011111 111011

Color Harmonies of #FA3497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3497

Black with #FA3497

Text Example


Text Example

White with #FA3497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3497; }

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

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

background-color css

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

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

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

border-color css

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

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

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