Html Css Color HEX #FA3398 Wild Strawberry

📋 copy color: '#FA3398'

red 250 ◦ green 51 ◦ blue 152

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

Shades of Wild Strawberry #FA3398

Tints of Wild Strawberry #FA3398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.26%

 BLUE value IS 152 (59.77% from 255) = 33.55%

R = 55.19%
G = 11.26%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA3398 (or 0xFA3398) is known color: Wild Strawberry. HEX triplet: FA, 33 and 98. RGB value is (250,51,152). Sum of RGB (Red+Green+Blue) = 250+51+152=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3398 is #05CC67. Grayscale: #797979. Windows color (decimal): -380008 or 9974778. OLE color: 9974778.

HSL color Cylindrical-coordinate representation of color #FA3398: hue angle of 329.55º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3398 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 51 152 -
CMYK 0 0.80 0.39 0.02
HSL 329.55º 0.95% 0.59% -
HSV(B) 329.55º 0.8% 0.98% -
XYZ 46.28 24.96 32.08 -
YUV 122.02 144.93 219.29 -
System Red Green Blue C M Y K H S L
Decimal 250 51 152 0 0.80 0.39 0.02 329.55 0.95 0.59
Hex FA 33 98 0 50 27 2 14A 5F 3B
Octal 372 63 230 0 120 47 2 512 137 73
Binary 11111010 110011 10011000 0 1010000 100111 10 101001010 1011111 111011

Color Harmonies of #FA3398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3398

Black with #FA3398

Text Example


Text Example

White with #FA3398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3398; }

 p { color: rgb(250,51,152); }

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

background-color css

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

 a { background-color: rgb(250,51,152); }

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

border-color css

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

 span { border-color: rgb(250,51,152); }

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