Html Css Color HEX #FA409E Wild Strawberry

📋 copy color: '#FA409E'

red 250 ◦ green 64 ◦ blue 158

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

Shades of Wild Strawberry #FA409E

Tints of Wild Strawberry #FA409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.56%

 BLUE value IS 158 (62.11% from 255) = 33.47%

R = 52.97%
G = 13.56%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA409E (or 0xFA409E) is known color: Wild Strawberry. HEX triplet: FA, 40 and 9E. RGB value is (250,64,158). Sum of RGB (Red+Green+Blue) = 250+64+158=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA409E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA409E is #05BF61. Grayscale: #828282. Windows color (decimal): -376674 or 10371322. OLE color: 10371322.

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

Color convert

RGB 250 64 158 -
CMYK 0 0.74 0.37 0.02
HSL 329.68º 0.95% 0.62% -
HSV(B) 329.68º 0.74% 0.98% -
XYZ 47.43 26.46 34.96 -
YUV 130.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 250 64 158 0 0.74 0.37 0.02 329.68 0.95 0.62
Hex FA 40 9E 0 4A 25 2 14A 5F 3E
Octal 372 100 236 0 112 45 2 512 137 76
Binary 11111010 1000000 10011110 0 1001010 100101 10 101001010 1011111 111110

Color Harmonies of #FA409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA409E

Black with #FA409E

Text Example


Text Example

White with #FA409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA409E; }

 p { color: rgb(250,64,158); }

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

background-color css

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

 a { background-color: rgb(250,64,158); }

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

border-color css

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

 span { border-color: rgb(250,64,158); }

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