Html Css Color HEX #FA409C Wild Strawberry

📋 copy color: '#FA409C'

red 250 ◦ green 64 ◦ blue 156

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

Shades of Wild Strawberry #FA409C

Tints of Wild Strawberry #FA409C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.19%

R = 53.19%
G = 13.62%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA409C (or 0xFA409C) is known color: Wild Strawberry. HEX triplet: FA, 40 and 9C. RGB value is (250,64,156). Sum of RGB (Red+Green+Blue) = 250+64+156=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA409C is #05BF63. Grayscale: #818181. Windows color (decimal): -376676 or 10240250. OLE color: 10240250.

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

Color convert

RGB 250 64 156 -
CMYK 0 0.74 0.38 0.02
HSL 330.32º 0.95% 0.62% -
HSV(B) 330.32º 0.74% 0.98% -
XYZ 47.26 26.39 34.06 -
YUV 130.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 250 64 156 0 0.74 0.38 0.02 330.32 0.95 0.62
Hex FA 40 9C 0 4A 26 2 14A 5F 3E
Octal 372 100 234 0 112 46 2 512 137 76
Binary 11111010 1000000 10011100 0 1001010 100110 10 101001010 1011111 111110

Color Harmonies of #FA409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA409C

Black with #FA409C

Text Example


Text Example

White with #FA409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA409C; }

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

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

background-color css

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

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

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

border-color css

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

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

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