Html Css Color HEX #FA3096 Wild Strawberry

📋 copy color: '#FA3096'

red 250 ◦ green 48 ◦ blue 150

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

Shades of Wild Strawberry #FA3096

Tints of Wild Strawberry #FA3096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.71%

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

R = 55.8%
G = 10.71%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA3096 (or 0xFA3096) is known color: Wild Strawberry. HEX triplet: FA, 30 and 96. RGB value is (250,48,150). Sum of RGB (Red+Green+Blue) = 250+48+150=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3096 is #05CF69. Grayscale: #777777. Windows color (decimal): -380778 or 9842938. OLE color: 9842938.

HSL color Cylindrical-coordinate representation of color #FA3096: hue angle of 329.7º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA3096 is Cyan = 0, Magento = 0.81, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 48 150 -
CMYK 0 0.81 0.4 0.02
HSL 329.7º 0.95% 0.58% -
HSV(B) 329.7º 0.81% 0.98% -
XYZ 45.99 24.64 31.19 -
YUV 120.03 144.92 220.71 -
System Red Green Blue C M Y K H S L
Decimal 250 48 150 0 0.81 0.4 0.02 329.7 0.95 0.58
Hex FA 30 96 0 51 28 2 14A 5F 3A
Octal 372 60 226 0 121 50 2 512 137 72
Binary 11111010 110000 10010110 0 1010001 101000 10 101001010 1011111 111010

Color Harmonies of #FA3096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3096

Black with #FA3096

Text Example


Text Example

White with #FA3096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3096; }

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

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

background-color css

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

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

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

border-color css

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

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

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