Html Css Color HEX #FA429B Wild Strawberry

📋 copy color: '#FA429B'

red 250 ◦ green 66 ◦ blue 155

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

Shades of Wild Strawberry #FA429B

Tints of Wild Strawberry #FA429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.91%

R = 53.08%
G = 14.01%
B = 32.91%

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

#FA429B (or 0xFA429B) is known color: Wild Strawberry. HEX triplet: FA, 42 and 9B. RGB value is (250,66,155). Sum of RGB (Red+Green+Blue) = 250+66+155=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA429B is #05BD64. Grayscale: #828282. Windows color (decimal): -376165 or 10175226. OLE color: 10175226.

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

Color convert

RGB 250 66 155 -
CMYK 0 0.74 0.38 0.02
HSL 330.98º 0.95% 0.62% -
HSV(B) 330.98º 0.74% 0.98% -
XYZ 47.29 26.59 33.65 -
YUV 131.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 250 66 155 0 0.74 0.38 0.02 330.98 0.95 0.62
Hex FA 42 9B 0 4A 26 2 14B 5F 3E
Octal 372 102 233 0 112 46 2 513 137 76
Binary 11111010 1000010 10011011 0 1001010 100110 10 101001011 1011111 111110

Color Harmonies of #FA429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA429B

Black with #FA429B

Text Example


Text Example

White with #FA429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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