Html Css Color HEX #FA3C99 Wild Strawberry

📋 copy color: '#FA3C99'

red 250 ◦ green 60 ◦ blue 153

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

Shades of Wild Strawberry #FA3C99

Tints of Wild Strawberry #FA3C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.96%

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

R = 54%
G = 12.96%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA3C99 (or 0xFA3C99) is known color: Wild Strawberry. HEX triplet: FA, 3C and 99. RGB value is (250,60,153). Sum of RGB (Red+Green+Blue) = 250+60+153=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3C99 is #05C366. Grayscale: #7F7F7F. Windows color (decimal): -377703 or 10042618. OLE color: 10042618.

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

Color convert

RGB 250 60 153 -
CMYK 0 0.76 0.39 0.02
HSL 330.63º 0.95% 0.61% -
HSV(B) 330.63º 0.76% 0.98% -
XYZ 46.79 25.86 32.66 -
YUV 127.41 142.45 215.44 -
System Red Green Blue C M Y K H S L
Decimal 250 60 153 0 0.76 0.39 0.02 330.63 0.95 0.61
Hex FA 3C 99 0 4C 27 2 14B 5F 3D
Octal 372 74 231 0 114 47 2 513 137 75
Binary 11111010 111100 10011001 0 1001100 100111 10 101001011 1011111 111101

Color Harmonies of #FA3C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C99

Black with #FA3C99

Text Example


Text Example

White with #FA3C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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