Html Css Color HEX #FA4096 Wild Strawberry

📋 copy color: '#FA4096'

red 250 ◦ green 64 ◦ blue 150

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

Shades of Wild Strawberry #FA4096

Tints of Wild Strawberry #FA4096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.79%

 BLUE value IS 150 (58.98% from 255) = 32.33%

R = 53.88%
G = 13.79%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA4096 (or 0xFA4096) is known color: Wild Strawberry. HEX triplet: FA, 40 and 96. RGB value is (250,64,150). Sum of RGB (Red+Green+Blue) = 250+64+150=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4096 is #05BF69. Grayscale: #818181. Windows color (decimal): -376682 or 9847034. OLE color: 9847034.

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

Color convert

RGB 250 64 150 -
CMYK 0 0.74 0.4 0.02
HSL 332.26º 0.95% 0.62% -
HSV(B) 332.26º 0.74% 0.98% -
XYZ 46.76 26.19 31.45 -
YUV 129.42 139.62 214.01 -
System Red Green Blue C M Y K H S L
Decimal 250 64 150 0 0.74 0.4 0.02 332.26 0.95 0.62
Hex FA 40 96 0 4A 28 2 14C 5F 3E
Octal 372 100 226 0 112 50 2 514 137 76
Binary 11111010 1000000 10010110 0 1001010 101000 10 101001100 1011111 111110

Color Harmonies of #FA4096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4096

Black with #FA4096

Text Example


Text Example

White with #FA4096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4096; }

 p { color: rgb(250,64,150); }

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

background-color css

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

 a { background-color: rgb(250,64,150); }

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

border-color css

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

 span { border-color: rgb(250,64,150); }

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