Html Css Color HEX #FA429C Wild Strawberry

📋 copy color: '#FA429C'

red 250 ◦ green 66 ◦ blue 156

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

Shades of Wild Strawberry #FA429C

Tints of Wild Strawberry #FA429C

RGB

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

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

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

R = 52.97%
G = 13.98%
B = 33.05%

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

#FA429C (or 0xFA429C) is known color: Wild Strawberry. HEX triplet: FA, 42 and 9C. RGB value is (250,66,156). Sum of RGB (Red+Green+Blue) = 250+66+156=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA429C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA429C is #05BD63. Grayscale: #838383. Windows color (decimal): -376164 or 10240762. OLE color: 10240762.

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

Color convert

RGB 250 66 156 -
CMYK 0 0.74 0.38 0.02
HSL 330.65º 0.95% 0.62% -
HSV(B) 330.65º 0.74% 0.98% -
XYZ 47.37 26.62 34.09 -
YUV 131.28 141.96 212.68 -
System Red Green Blue C M Y K H S L
Decimal 250 66 156 0 0.74 0.38 0.02 330.65 0.95 0.62
Hex FA 42 9C 0 4A 26 2 14B 5F 3E
Octal 372 102 234 0 112 46 2 513 137 76
Binary 11111010 1000010 10011100 0 1001010 100110 10 101001011 1011111 111110

Color Harmonies of #FA429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA429C

Black with #FA429C

Text Example


Text Example

White with #FA429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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