Html Css Color HEX #FA41A7 Wild Strawberry

📋 copy color: '#FA41A7'

red 250 ◦ green 65 ◦ blue 167

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

Shades of Wild Strawberry #FA41A7

Tints of Wild Strawberry #FA41A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.65%

R = 51.87%
G = 13.49%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA41A7 (or 0xFA41A7) is known color: Wild Strawberry. HEX triplet: FA, 41 and A7. RGB value is (250,65,167). Sum of RGB (Red+Green+Blue) = 250+65+167=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA41A7 is #05BE58. Grayscale: #838383. Windows color (decimal): -376409 or 10961402. OLE color: 10961402.

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

Color convert

RGB 250 65 167 -
CMYK 0 0.74 0.33 0.02
HSL 326.92º 0.95% 0.62% -
HSV(B) 326.92º 0.74% 0.98% -
XYZ 48.29 26.89 39.21 -
YUV 131.94 147.79 212.21 -
System Red Green Blue C M Y K H S L
Decimal 250 65 167 0 0.74 0.33 0.02 326.92 0.95 0.62
Hex FA 41 A7 0 4A 21 2 147 5F 3E
Octal 372 101 247 0 112 41 2 507 137 76
Binary 11111010 1000001 10100111 0 1001010 100001 10 101000111 1011111 111110

Color Harmonies of #FA41A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA41A7

Black with #FA41A7

Text Example


Text Example

White with #FA41A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA41A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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