Html Css Color HEX #FA3FA3 Wild Strawberry

📋 copy color: '#FA3FA3'

red 250 ◦ green 63 ◦ blue 163

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

Shades of Wild Strawberry #FA3FA3

Tints of Wild Strawberry #FA3FA3

RGB

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

 GREEN value IS 63 (25% from 255) = 13.24%

 BLUE value IS 163 (64.06% from 255) = 34.24%

R = 52.52%
G = 13.24%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA3FA3 (or 0xFA3FA3) is known color: Wild Strawberry. HEX triplet: FA, 3F and A3. RGB value is (250,63,163). Sum of RGB (Red+Green+Blue) = 250+63+163=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3FA3 is #05C05C. Grayscale: #828282. Windows color (decimal): -376925 or 10698746. OLE color: 10698746.

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

Color convert

RGB 250 63 163 -
CMYK 0 0.75 0.35 0.02
HSL 327.91º 0.95% 0.61% -
HSV(B) 327.91º 0.75% 0.98% -
XYZ 47.81 26.52 37.25 -
YUV 130.31 146.45 213.37 -
System Red Green Blue C M Y K H S L
Decimal 250 63 163 0 0.75 0.35 0.02 327.91 0.95 0.61
Hex FA 3F A3 0 4B 23 2 148 5F 3D
Octal 372 77 243 0 113 43 2 510 137 75
Binary 11111010 111111 10100011 0 1001011 100011 10 101001000 1011111 111101

Color Harmonies of #FA3FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3FA3

Black with #FA3FA3

Text Example


Text Example

White with #FA3FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3FA3; }

 p { color: rgb(250,63,163); }

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

background-color css

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

 a { background-color: rgb(250,63,163); }

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

border-color css

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

 span { border-color: rgb(250,63,163); }

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