Html Css Color HEX #FA409D Wild Strawberry

📋 copy color: '#FA409D'

red 250 ◦ green 64 ◦ blue 157

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

Shades of Wild Strawberry #FA409D

Tints of Wild Strawberry #FA409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.33%

R = 53.08%
G = 13.59%
B = 33.33%

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

#FA409D (or 0xFA409D) is known color: Wild Strawberry. HEX triplet: FA, 40 and 9D. RGB value is (250,64,157). Sum of RGB (Red+Green+Blue) = 250+64+157=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA409D is #05BF62. Grayscale: #828282. Windows color (decimal): -376675 or 10305786. OLE color: 10305786.

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

Color convert

RGB 250 64 157 -
CMYK 0 0.74 0.37 0.02
HSL 330º 0.95% 0.62% -
HSV(B) 330º 0.74% 0.98% -
XYZ 47.34 26.43 34.5 -
YUV 130.22 143.12 213.44 -
System Red Green Blue C M Y K H S L
Decimal 250 64 157 0 0.74 0.37 0.02 330 0.95 0.62
Hex FA 40 9D 0 4A 25 2 14A 5F 3E
Octal 372 100 235 0 112 45 2 512 137 76
Binary 11111010 1000000 10011101 0 1001010 100101 10 101001010 1011111 111110

Color Harmonies of #FA409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA409D

Black with #FA409D

Text Example


Text Example

White with #FA409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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