Html Css Color HEX #FA439F Wild Strawberry

📋 copy color: '#FA439F'

red 250 ◦ green 67 ◦ blue 159

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

Shades of Wild Strawberry #FA439F

Tints of Wild Strawberry #FA439F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.4%

R = 52.52%
G = 14.08%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA439F (or 0xFA439F) is known color: Wild Strawberry. HEX triplet: FA, 43 and 9F. RGB value is (250,67,159). Sum of RGB (Red+Green+Blue) = 250+67+159=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA439F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA439F is #05BC60. Grayscale: #848484. Windows color (decimal): -375905 or 10437626. OLE color: 10437626.

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

Color convert

RGB 250 67 159 -
CMYK 0 0.73 0.36 0.02
HSL 329.84º 0.95% 0.62% -
HSV(B) 329.84º 0.73% 0.98% -
XYZ 47.69 26.84 35.47 -
YUV 132.21 143.13 212.02 -
System Red Green Blue C M Y K H S L
Decimal 250 67 159 0 0.73 0.36 0.02 329.84 0.95 0.62
Hex FA 43 9F 0 49 24 2 14A 5F 3E
Octal 372 103 237 0 111 44 2 512 137 76
Binary 11111010 1000011 10011111 0 1001001 100100 10 101001010 1011111 111110

Color Harmonies of #FA439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA439F

Black with #FA439F

Text Example


Text Example

White with #FA439F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA439F; }

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

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

background-color css

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

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

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

border-color css

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

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

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