Html Css Color HEX #FA429D Wild Strawberry

📋 copy color: '#FA429D'

red 250 ◦ green 66 ◦ blue 157

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

Shades of Wild Strawberry #FA429D

Tints of Wild Strawberry #FA429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.95%

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

R = 52.85%
G = 13.95%
B = 33.19%

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

#FA429D (or 0xFA429D) is known color: Wild Strawberry. HEX triplet: FA, 42 and 9D. RGB value is (250,66,157). Sum of RGB (Red+Green+Blue) = 250+66+157=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA429D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA429D is #05BD62. Grayscale: #838383. Windows color (decimal): -376163 or 10306298. OLE color: 10306298.

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

Color convert

RGB 250 66 157 -
CMYK 0 0.74 0.37 0.02
HSL 330.33º 0.95% 0.62% -
HSV(B) 330.33º 0.74% 0.98% -
XYZ 47.46 26.65 34.54 -
YUV 131.39 142.46 212.6 -
System Red Green Blue C M Y K H S L
Decimal 250 66 157 0 0.74 0.37 0.02 330.33 0.95 0.62
Hex FA 42 9D 0 4A 25 2 14A 5F 3E
Octal 372 102 235 0 112 45 2 512 137 76
Binary 11111010 1000010 10011101 0 1001010 100101 10 101001010 1011111 111110

Color Harmonies of #FA429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA429D

Black with #FA429D

Text Example


Text Example

White with #FA429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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