Html Css Color HEX #FA439D Wild Strawberry

📋 copy color: '#FA439D'

red 250 ◦ green 67 ◦ blue 157

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

Shades of Wild Strawberry #FA439D

Tints of Wild Strawberry #FA439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.14%

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

R = 52.74%
G = 14.14%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA439D (or 0xFA439D) is known color: Wild Strawberry. HEX triplet: FA, 43 and 9D. RGB value is (250,67,157). Sum of RGB (Red+Green+Blue) = 250+67+157=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA439D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA439D is #05BC62. Grayscale: #838383. Windows color (decimal): -375907 or 10306554. OLE color: 10306554.

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

Color convert

RGB 250 67 157 -
CMYK 0 0.73 0.37 0.02
HSL 330.49º 0.95% 0.62% -
HSV(B) 330.49º 0.73% 0.98% -
XYZ 47.52 26.77 34.56 -
YUV 131.98 142.13 212.18 -
System Red Green Blue C M Y K H S L
Decimal 250 67 157 0 0.73 0.37 0.02 330.49 0.95 0.62
Hex FA 43 9D 0 49 25 2 14A 5F 3E
Octal 372 103 235 0 111 45 2 512 137 76
Binary 11111010 1000011 10011101 0 1001001 100101 10 101001010 1011111 111110

Color Harmonies of #FA439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA439D

Black with #FA439D

Text Example


Text Example

White with #FA439D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA439D; }

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

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

background-color css

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

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

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

border-color css

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

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

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