Html Css Color HEX #FA4197 Wild Strawberry

📋 copy color: '#FA4197'

red 250 ◦ green 65 ◦ blue 151

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

Shades of Wild Strawberry #FA4197

Tints of Wild Strawberry #FA4197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.95%

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

R = 53.65%
G = 13.95%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA4197 (or 0xFA4197) is known color: Wild Strawberry. HEX triplet: FA, 41 and 97. RGB value is (250,65,151). Sum of RGB (Red+Green+Blue) = 250+65+151=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4197 is #05BE68. Grayscale: #818181. Windows color (decimal): -376425 or 9912826. OLE color: 9912826.

HSL color Cylindrical-coordinate representation of color #FA4197: hue angle of 332.11º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4197 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 65 151 -
CMYK 0 0.74 0.40 0.02
HSL 332.11º 0.95% 0.62% -
HSV(B) 332.11º 0.74% 0.98% -
XYZ 46.9 26.34 31.89 -
YUV 130.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 250 65 151 0 0.74 0.40 0.02 332.11 0.95 0.62
Hex FA 41 97 0 4A 28 2 14C 5F 3E
Octal 372 101 227 0 112 50 2 514 137 76
Binary 11111010 1000001 10010111 0 1001010 101000 10 101001100 1011111 111110

Color Harmonies of #FA4197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4197

Black with #FA4197

Text Example


Text Example

White with #FA4197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4197; }

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

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

background-color css

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

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

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

border-color css

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

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

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