Html Css Color HEX #FA4399 Wild Strawberry

📋 copy color: '#FA4399'

red 250 ◦ green 67 ◦ blue 153

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

Shades of Wild Strawberry #FA4399

Tints of Wild Strawberry #FA4399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.55%

R = 53.19%
G = 14.26%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA4399 (or 0xFA4399) is known color: Wild Strawberry. HEX triplet: FA, 43 and 99. RGB value is (250,67,153). Sum of RGB (Red+Green+Blue) = 250+67+153=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4399 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4399 is #05BC66. Grayscale: #838383. Windows color (decimal): -375911 or 10044410. OLE color: 10044410.

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

Color convert

RGB 250 67 153 -
CMYK 0 0.73 0.39 0.02
HSL 331.8º 0.95% 0.62% -
HSV(B) 331.8º 0.73% 0.98% -
XYZ 47.18 26.64 32.79 -
YUV 131.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 250 67 153 0 0.73 0.39 0.02 331.8 0.95 0.62
Hex FA 43 99 0 49 27 2 14C 5F 3E
Octal 372 103 231 0 111 47 2 514 137 76
Binary 11111010 1000011 10011001 0 1001001 100111 10 101001100 1011111 111110

Color Harmonies of #FA4399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4399

Black with #FA4399

Text Example


Text Example

White with #FA4399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4399; }

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

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

background-color css

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

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

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

border-color css

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

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

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